// // 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"; zone "b8.nz" { type master; file "/etc/bind/bind-writable/db.b8.nz"; update-policy { // allow host to update themselves with a key having their own name grant b8.nz. name b8.nz. A TXT; grant b8.nz. name *.b8.nz. A TXT; }; }; include "/etc/bind/key.b8.nz";