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 56cb647..465c17f 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -65,6 +65,7 @@ zone "relate.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/SHARED-nom zone "resolution.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // LAB zone "rgg.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // RGG (Conduct) zone "riccos.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE-jonesmail"; allow-transfer { bb_slaves; }; }; // MacRonald +zone "rumskibspedellerne.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Klubien zone "sebastianw.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Sebastian Winterø zone "shared.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/shared.dk"; allow-transfer { bb_slaves; }; }; // SHARED.Dk zone "skubforum.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { bb_slaves; }; }; // MacRonald |