Also allow updating TXT records
authorAlex Dehnert <alex@dehnerts.com>
Sat, 12 Oct 2019 20:15:26 +0000 (16:15 -0400)
committerAlex Dehnert <alex@dehnerts.com>
Sat, 12 Oct 2019 20:15:26 +0000 (16:15 -0400)
Useful for certs and just general notes.

named.conf.local

index 285963ab2e796ae4662d69c931f0fe3032a4fcbf..38a99451ff079b4577ca3a76cdda943c0cba3492 100644 (file)
@@ -28,7 +28,7 @@ include "/etc/bind/pri/dynamic.keys";
 zone "dynamic.dehnerts.com" IN {
        type master;
        file "/etc/bind/dyn/dynamic.zone";
-       update-policy { grant * selfsub * A;};
+       update-policy { grant * selfsub * A TXT;};
        allow-transfer { "transfer-allowed"; };
        allow-query { any; };
 };
@@ -45,7 +45,7 @@ zone "dynamic.dehnerts.com" IN {
 zone "dehnerts.com" IN {
        type master;
        file "/etc/bind/pri/combined-dehnerts.zone";
-       #update-policy { grant * selfsub * A;};
+       #update-policy { grant * selfsub * A TXT;};
         allow-update { none; };
        allow-transfer { "transfer-allowed"; };
        allow-query { any; };