diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-06-24 17:48:51 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-06-24 17:48:51 +0000 |
commit | 26b8e75e02df5995b0c7c07af5626acbb8a2e2f4 (patch) | |
tree | a400ff2f40f8128458967d50990febd7c5efca14 | |
parent | 4eaa6df8a82d22e95a42273baa91f01a65789fe4 (diff) |
Add new domain bmxstyle.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 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 |