Hello, 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.
I mean, if I have /etc/pdns-recursor/recursor.conf like this: ... forward-zones=aaa.zone.org=10.111.111.111:53;10.111.111.222:53 forward-zones+=bbb.zone.org=10.111.111.111:53;10.111.111.222:53 ... Can I configure the pdns recursor somehow to ask 10.111.111.111 and 10.111.111.222 in a round robin way? 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: https://github.com/PowerDNS/pdns/search?p=2&q=forward-zones&type=code 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.
_______________________________________________ Pdns-users mailing list Pdns-users@mailman.powerdns.com https://mailman.powerdns.com/mailman/listinfo/pdns-users