tons of misc updates
[distro-setup] / machine_specific / li / filesystem / etc / bind / named.conf.local
index 8286002b6c9649e42df47173c817fbc3ce3cfe96..126da01bd5785759bec84581391fd38e448bcdd7 100644 (file)
@@ -8,14 +8,13 @@
 include "/etc/bind/zones.rfc1918";
 
 
-
-zone "iank.life" {
+zone "b8.nz" {
 type master;
-file "/etc/bind/bind-writable/db.iank.life";
+file "/var/lib/bind/db.b8.nz";
   update-policy {
     // allow host to update themselves with a key having their own name
-    grant iank.life. name iank.life. A TXT;
-    grant iank.life. name *.iank.life. A TXT;
+    grant b8.nz. name b8.nz. A TXT;
+    grant b8.nz. name *.b8.nz. A TXT;
   };
 };
-include "/etc/bind/key.iank.life";
+include "/etc/bind/key.b8.nz";