From: Alex Dehnert Date: Sat, 12 Oct 2019 20:15:26 +0000 (-0400) Subject: Also allow updating TXT records X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=5ecf1775e2d446c3834617f76165709f998593be;hp=34a6c9cd7a7648f9cb80470b25e0e8262524f1aa;p=sysconfig%2Fbind.git Also allow updating TXT records Useful for certs and just general notes. --- diff --git a/named.conf.local b/named.conf.local index 285963a..38a9945 100644 --- a/named.conf.local +++ b/named.conf.local @@ -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; };