Useful for certs and just general notes.
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; };
};
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; };