<div dir="ltr">Hello,<div>I have two authoritative DNS servers and I'd like to use them as two replicas with the same set of records. Can I use 'forward-zones' for both failover and load balancing features.</div><div><br></div><div>I mean, if I have /etc/pdns-recursor/recursor.conf like this:</div><div>...</div><div>forward-zones=<a href="http://aaa.zone.org">aaa.zone.org</a>=<a href="http://10.111.111.111:53">10.111.111.111:53</a>;<a href="http://10.111.111.222:53">10.111.111.222:53</a><br>forward-zones+=<a href="http://bbb.zone.org">bbb.zone.org</a>=<a href="http://10.111.111.111:53">10.111.111.111:53</a>;<a href="http://10.111.111.222:53">10.111.111.222:53</a><br></div><div>...</div><div>Can I configure the pdns recursor somehow to ask 10.111.111.111 and 10.111.111.222 in a round robin way?</div><div><br></div><div>BTW what is the default way to forward queries to multiple servers using forward-zones? I was trying to find it out searching pdns' code but without success: <a href="https://github.com/PowerDNS/pdns/search?p=2&q=forward-zones&type=code">https://github.com/PowerDNS/pdns/search?p=2&q=forward-zones&type=code</a></div><div>I thought pdns asks the second DNS if the first one doesn't reply, but if I stop the first DNS service, pdns responds with cached IPs (in case of cache hit) or with SERVFAIL (in case of cache miss). And I don't see any queries in the second DNS logs as well.</div></div>