diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-05-04 10:36:52 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-05-04 10:53:27 +0200 |
commit | 67b29c18cbd8cdffe0707c7b4174d5c441152943 (patch) | |
tree | b852c4089901d0260c844f92c2ba99fd0edb6105 | |
parent | e7749584e2322604ad19e87b8d4808f45aa92837 (diff) |
Fix lower-case oroe_slaves. Thanks to Vasudev Kamath.
-rw-r--r-- | bind/named.conf.pri | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 72fa9bc..a2e2146 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_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 // int. dns.OROE.dk |