// // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization //include "/etc/bind/zones.rfc1918"; zone "john-chambers.us" { type master; file "/etc/bind/db.john-chambers.us"; }; zone "roaringjelly.org" { type master; file "/etc/bind/db.roaringjelly.org"; }; zone "jc.tzo.net" { type master; file "/etc/bind/db.jc.tzo.net"; }; zone "1.0.10.in-addr.arpa" { type master; notify no; file "/etc/bind/db.10"; };