tons of misc updates
[distro-setup] / machine_specific / li / filesystem / etc / bind / named.conf.local
index 0b88ee82e141d9a5a41c56f913bb9854a2a7e0e7..126da01bd5785759bec84581391fd38e448bcdd7 100644 (file)
@@ -8,22 +8,9 @@
 include "/etc/bind/zones.rfc1918";
 
 
-
-zone "iank.life" {
-type master;
-file "/etc/bind/bind-writable/db.iank.life";
-  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;
-  };
-};
-include "/etc/bind/key.iank.life";
-
-
 zone "b8.nz" {
 type master;
-file "/etc/bind/bind-writable/db.b8.nz";
+file "/var/lib/bind/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;