diff options
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.pri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 9a30667..56cb647 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -12,6 +12,7 @@ zone "nicolaiwallner.com" { type master; file "/etc/local-COMMON/bind/BITBASE/BI zone "3rdculture.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-jonesmail"; allow-transfer { bb_slaves; }; }; // MacRonald zone "adakrem.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // MacRonald zone "altnet.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // AltNet +zone "arabiannights.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // ASCII33 zone "bassballs.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { bb_slaves; }; }; // Anders Krøyer zone "bawnager.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-mailonly"; allow-transfer { bb_slaves; }; }; zone "biks.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // MacRonald |