Forward BIND9 DNS to internet

From: http://superuser.com/questions/703171/setup-local-dns-server-that-merges-google-dns-and-opennic

// named.conf.options
options {
    directory "/var/cache/bind";
    forwarders { 8.8.8.8; 8.8.4.4; };
    forward only;
    dnssec-validation no;
    auth-nxdomain no;
};
howto/forward_bind9_dns_to_internet.txt · Last modified: 2022/01/03 16:03 by 127.0.0.1
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0