// // Do any local configuration here // // Consider adding the 1918 zones here, if they are not used in your // organization // ian: ok. uncommented. 1918 zones are private ip ranges. include "/etc/bind/zones.rfc1918"; # based on random internet tutorials, then reading # file:///usr/share/doc/bind9-doc/arm/Bv9ARM.ch06.html#dynamic_update_policies zone "b8.nz" { type master; file "/var/lib/bind/db.b8.nz"; update-policy { // allow updating almost anything in the zone or subdomains. grant b8.nz. subdomain b8.nz.; }; }; include "/etc/bind/key.b8.nz"; zone "iankelling.org" { type master; file "/var/lib/bind/db.iankelling.org"; }; zone "zroe.org" { type master; file "/var/lib/bind/db.zroe.org"; };