Making use of other dns proxies for certain zones
Closed this issue · 1 comments
khavishbhundoo commented
Hello,
I learnt a lot from your tutorial about dns proxy.I want to use other dns servers for certain sites that georestrict to other countries.
How can i add a new domain in the zones.override
and tell bind to use another dns server(located in another) for this domain.
With SmartDNSProxy, you just change your dns once and you can bypass georestriction for various services located in different countries
jmhale commented
@khavishbhundoo What you're looking for is called "conditional forwarding" or adding a "forward zone", in bind9 vernacular.
An example of how to add a zone in this manner is given here: https://serverfault.com/questions/409190/how-to-properly-configure-bind-forward-zone-for-an-internal-dns-server#718162