Dynamic zone updates, first pass
authorAlex Dehnert <alex@dehnerts.com>
Sat, 31 Aug 2019 00:22:42 +0000 (20:22 -0400)
committerAlex Dehnert <alex@dehnerts.com>
Sat, 31 Aug 2019 00:22:42 +0000 (20:22 -0400)
named.conf.local
pri/combined-dehnerts.zone

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;
index b1717feaa820e232a9efe0b056776ca1807256ef..f2e6b49b7f3658c4358f5f0930fbd7456532db5a 100644 (file)
@@ -1,6 +1,6 @@
 $TTL 300
 @       IN      SOA     ns root (
-                                    2019081401 ; Serial
+                                    2019082504 ; Serial
                                     4h         ; slave refresh
                                     15m        ; slave retry time in case of a problem
                                     4w         ; slave expiration time
@@ -78,6 +78,9 @@ _gitlab-pages-verification-code.gametex TXT gitlab-pages-verification-code=400a2
 wind.squares CNAME tech-squares.gitlab.io.
 _gitlab-pages-verification-code.wind.squares TXT gitlab-pages-verification-code=be2402e968b6d7125f60994be82f2653
 
+dynamic IN     NS      ns3.dehnerts.com.
+dynamic IN     NS      olinda.mit.edu.
+about.dynamic IN  TXT "static zone updates for dehnerts.com"
 
 ; Admin services
 monitoring     IN CNAME borobudur