I'm using PowerDNS instance to serve my own domains. All clients in my network are using this DNS server.
How can I configure PowerDNS to query my ISP's DNS servers (for that domains that I don't know)? Is this the right way?
recursor=8.8.8.8:53
allow-recursion=10.0.0.0/8
Is it possible to specify multiple DNS servers? For example 8.8.8.8 and 8.8.4.4.
Your syntax is essentially correct although for the default DNS port the
:53
can be omitted.Only a single server is supported as far as I'm aware, probably because the PowerDNS project is in agreement that it is considered a bad idea to combine an Authoritative nameserver with Recursing nameserver role as the manual states: