Ignore some files for dynamic updates
[sysconfig/bind.git] / named.conf.local
index fa852ca685f1ca25bc6e2f1de17fbf8e45adedd2..285963ab2e796ae4662d69c931f0fe3032a4fcbf 100644 (file)
@@ -23,18 +23,30 @@ acl "transfer-allowed" {
        18.18.208.12;   // olinda
 };
 
-zone "dehnert.arctic.org" IN {
+include "/etc/bind/pri/dynamic.keys";
+
+zone "dynamic.dehnerts.com" IN {
        type master;
-       file "/etc/bind/pri/combined-dehnerts.zone";
-       allow-update { none; };
+       file "/etc/bind/dyn/dynamic.zone";
+       update-policy { grant * selfsub * A;};
        allow-transfer { "transfer-allowed"; };
        allow-query { any; };
-       //notify no;
 };
+
+#zone "dehnert.arctic.org" IN {
+#      type master;
+#      file "/etc/bind/pri/combined-dehnerts.zone";
+#      #update-policy { grant * selfsub * A;};
+#        allow-update { none; };
+#      allow-transfer { "transfer-allowed"; };
+#      allow-query { any; };
+#      //notify no;
+#};
 zone "dehnerts.com" IN {
        type master;
        file "/etc/bind/pri/combined-dehnerts.zone";
-       allow-update { none; };
+       #update-policy { grant * selfsub * A;};
+        allow-update { none; };
        allow-transfer { "transfer-allowed"; };
        allow-query { any; };
        //notify no;