// // 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 "natalieandjoshua.com" { type slave; file "/var/cache/bind/db.natalieandjoshua"; masters port 8053 { 10.3.14.15; }; }; zone "10.in-addr.arpa" { type slave; file "/var/cache/bind/db.10"; masters port 8053 { 10.3.14.15; }; };