diff options
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.acl | 2 | ||||
-rw-r--r-- | bind/named.conf.pri | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/bind/named.conf.acl b/bind/named.conf.acl index 1bd5a11..25c33bd 100644 --- a/bind/named.conf.acl +++ b/bind/named.conf.acl @@ -1,4 +1,4 @@ -acl oroe_slaves { +acl oroe_peers { 193.163.102.6; // hostcount.dk-hostmaster.dk // 80.166.109.186; // ns.superserver.dk 80.68.88.141; // ns.bitbase.dk diff --git a/bind/named.conf.pri b/bind/named.conf.pri index a2e2146..b3f0409 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -5,10 +5,10 @@ // int. pending // dk dns.jones.dk -zone "livetpaaoroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_slaves; }; }; // OROE -zone "oroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { oroe_slaves; }; }; // OROE -zone "xn--or-mka.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_slaves; }; }; // OROE -zone "xn--livetpor-f0a6q.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_slaves; }; }; // OROE +zone "livetpaaoroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_peers; }; }; // OROE +zone "oroe.dk" { type master; file "/etc/local-OROE.DK/bind/pri/oroe.dk"; allow-transfer { oroe_peers; }; }; // OROE +zone "xn--or-mka.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_peers; }; }; // OROE +zone "xn--livetpor-f0a6q.dk" { type master; file "/etc/local-OROE.DK/bind/pri/OROE"; allow-transfer { oroe_peers; }; }; // OROE // int. dns.OROE.dk |