Replies: 1 comment
|
That looks like the right approach. Don't forget to forward non-recursive queries to your authoritative server as well. It is also very well possible to forward recursive queries to a resolver like PowerDNS Recursor you're running yourself. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I am new to PowerDNS.
We had a bind name server for a long time, It works as a authoritative for my domain, and many of my servers using it as a recursor, we also make my bind only response our intranet query.
Now we want to change bind to powerdns, we already configure a pdns authoritative server, but how can it be a recursor in the same ip and port? Because if bind stopped working, we should change the dns in hundreds of my servers, which is an impossible mission.
So we want to do like this:
Is this a good idea? Thanks!
All reactions