Where high quality and low prices meet
globe
Domain questions

Domain questions

Double A-records for failovers

Domain questions
Optimizing Antlr
07-28-2026 8:14:52 PM
Double A-records for failovers
Can I setup double A-records for failover for my site, so that if one of my server is down another server can take over until the other one is up again? Or do you have something other that be helpful in such a case.
Site.eu
07-29-2026 10:47:28 AM

Hello,

Yes, you can add multiple A (or AAAA) records for the same hostname, but it's worth understanding what this actually does before relying on it for failover. This setup is called round-robin DNS: when a DNS resolver looks up your domain, it returns the list of IP addresses, and the client (browser, OS, etc.) picks one, often in rotating or random order. This spreads traffic across servers, but it does not check whether a server is actually online. If one server goes down, DNS will still happily hand out its IP address to some visitors, who will then experience timeouts or errors rather than being automatically redirected to the working server.