options { directory "/var/cache/bind"; version "No version info available (refused)."; // If there is a firewall between you and nameservers you want // 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. // Uncomment the following block, and insert the addresses replacing // the all-0's placeholder. // forwarders { // 0.0.0.0; // }; //======================================================================== // 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-enable no; dnssec-validation no; auth-nxdomain no; # conform to RFC1035 listen-on-v6 { any; }; allow-recursion { wcsd; }; allow-transfer { wcsd_dns; }; recursive-clients 4000; transfers-in 100; forward first; forwarders { # uen iBoss dns filters 204.113.253.91; 204.113.253.121; 204.113.253.146; # 205.124.254.2; # Now on Anycast # 205.124.253.1; # initial AnyCast Server (POPs: Dixie, SNOW, etc }; querylog yes; }; logging { category rpz { null; }; channel query_to_remote_syslog { # print-time yes; # print-category yes; # print-severity yes; syslog local2; severity info; }; category queries { query_to_remote_syslog; }; category query-errors { query_to_remote_syslog; }; };