// generated by named-bootconf.pl options { directory "/var/named"; // forward only; // forwarders {192.168.1.65; 192.168.1.175;}; // recursion yes; // /* # * 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 uses an #unprivileged # * port by default. # */ // query-source address * port 53; #}; // // a caching only nameserver config // controls { inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys { "rndc-key"; }; }; key "rndc-key" { algorithm hmac-md5; secret "V+V5yU3HhVd6K/T4e1A7uA=="; }; // specify what interfaces/ips to listen on // as the default is all of them listen-on { 192.168.1.188; 24.208.185.146; 127.0.0.1; }; // force Bind to use port 53 for its // network operation to other DNS // servers (Bind 9 uses high ports // by default). Makes firewalling easier query-source address * port 53; transfer-source * port 53; notify-source * port 53; zone "." IN { type hint; file "named.ca"; }; zone "localhost" IN { type master; file "localhost.zone"; allow-update { none; }; }; zone "0.0.127.in-addr.arpa" IN { type master; file "named.local"; allow-update { none; }; }; zone "healthbizwiz.com" { type master; file "healthbizwiz.com.zone"; }; include "/etc/rndc.key";