X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=named.conf.options;h=e70b597edb43c47d7e2f311ebdfec750ba7071b0;hb=7b640a21187e331197248b585be713c8ba7ce9ee;hp=42d679d15260eb84b37bf19c79eaedf810d76cb1;hpb=46c80495fdf865419e2cc685cd5aeaff83eca908;p=sysconfig%2Fbind.git diff --git a/named.conf.options b/named.conf.options index 42d679d..e70b597 100644 --- a/named.conf.options +++ b/named.conf.options @@ -2,12 +2,8 @@ options { directory "/var/cache/bind"; // If there is a firewall between you and nameservers you want - // to talk to, you might need to uncomment the query-source - // directive below. Previous versions of BIND always asked - // questions using port 53, but BIND 8.1 and later use an unprivileged - // port by default. - - // query-source address * port 53; + // to talk to, you may need to fix the firewall to allow multiple + // ports to talk. See http://www.kb.cert.org/vuls/id/800113 // If your ISP provided one or more IP addresses for stable // nameservers, you probably want to use them as forwarders. @@ -23,10 +19,16 @@ options { 18.72.0.3; }; + //======================================================================== + // If BIND logs error messages about the root key being expired, + // you will need to update your keys. See https://www.isc.org/bind-keys + //======================================================================== + dnssec-validation auto; + // ALEX DEHNERT: copied from old arctic version on 2008-12-19 //ALEX DEHNERT: Security-related stuff: // Secure(ish): - allow-recursion { 18.208.0.204; 66.92.29.156; 66.92.29.144; 127.0.0.1; 192.168.0.0/16; 18.0.0.0/8; }; + allow-recursion { 18.18.208.12; 66.92.29.156; 66.92.29.144; 127.0.0.1; 192.168.0.0/16; 18.0.0.0/8; }; //allow-query { 66.92.29.156; 66.92.29.144; 127.0.0.1; }; allow-transfer { none; };