X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=named.conf.local;h=38a99451ff079b4577ca3a76cdda943c0cba3492;hb=5ecf1775e2d446c3834617f76165709f998593be;hp=99fda2b169136d926a13701aa009240095c6eca8;hpb=3f684e88d161e4f8b38b044570d814b8835a38e1;p=sysconfig%2Fbind.git diff --git a/named.conf.local b/named.conf.local index 99fda2b..38a9945 100644 --- a/named.conf.local +++ b/named.conf.local @@ -17,23 +17,36 @@ acl "transfer-allowed" { 207.29.250.54; // ??? 18.4.60.36; // charon 18.49.3.1; // charon4 + 18.25.131.1; // charon4 74.207.246.137; // arctic 66.92.29.156; // copan 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 TXT;}; 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 TXT;}; + allow-update { none; }; allow-transfer { "transfer-allowed"; }; allow-query { any; }; //notify no;