diff options
-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 a371fe4..b4e9769 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -14,6 +14,7 @@ zone "bawnager.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-ma zone "bitbabe.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // Spiff zone "bitbase.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/bitbase.dk"; allow-transfer { bb_slaves; }; }; // Spiff zone "bluepill.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { bb_slaves; }; }; // Spiff +zone "bmxstyle.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // ASCII33 zone "boerneuniversitetet.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-nomail"; allow-transfer { bb_slaves; }; }; // MacRonald zone "coa.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/coa.dk"; allow-transfer { bb_slaves; }; }; // Cockpit zone "cph-bmx.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { bb_slaves; }; }; // Nils Stærk |