diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-05-04 10:40:22 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-05-04 10:53:27 +0200 |
commit | a50dd04345f8e247d9a125cfb2476445376f3a74 (patch) | |
tree | 09638731ed49546318efdbd775c0f02aaa5c5646 /bind | |
parent | 67b29c18cbd8cdffe0707c7b4174d5c441152943 (diff) |
Rename oroe_slaves → oroe_peers.
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 |