// // BIND Version 8 configuration file. // options { directory "/var/named/"; }; zone "mydomain.com" in { type master; file "db.mydomain.com"; }; zone "789.456.123.in-addr.arpa" in { type master; file "db.123.456.789"; }; zone "0.0.127.in-addr.arpa" in { type master; file "db.127.0.0"; }; zone "." in { type hint; file "db.cache"; }; // // // The following file contains real examples of how special BIND 8 // configurations can be created. These configurations will get // appended to the /etc/named.conf file after all of the standard // DNS entries are created. In most cases it will not be necessary // to add anything here, but if it is necessary, here are a couple // of examples. // // server 204.33.116.7 { // transfers 2; // }; // // topology { // 15/8; // 172.88/16; // }; // //