diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-05-14 01:12:47 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-05-14 01:12:47 +0000 |
commit | eb8e1c0902ac02e3c687bf8a590349fb8bd010b1 (patch) | |
tree | 03c44a7ace3eac74a31c5df990527c960e808287 | |
parent | 79e7b5a9ef3b0ac397e74efe06fb360c1209699e (diff) |
Add new BITBASE domain rumskibspedellerne.dk.
-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 |