diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-05-09 13:36:03 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-05-09 13:36:03 +0000 |
commit | ac88e0098aec2b3f1d6141a5ef41ae0eab64519a (patch) | |
tree | 5a0e63fe6c658df6f4167172ee9560fed9f8c792 | |
parent | 5c40484a6a00279139252278c5edc66837ef128b (diff) |
Correctly remove IDA domains from BITBASE config. Correct masters ip of IDA domains.
-rw-r--r-- | bind/named.conf.pri | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index de90c5e..43191f8 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -39,8 +39,6 @@ zone "hcfotografi.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBA zone "hjulmandfoto.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // ASCII33 zone "homebass.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { bb_slaves; }; }; // Anders Krøyer zone "icas.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/icas.dk"; allow-transfer { bb_slaves; }; }; // Cockpit -zone "idaskolen.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/IDA"; allow-transfer { bb_slaves; }; }; // Spiff -zone "idraetsdaghojskolen.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/IDA"; allow-transfer { bb_slaves; }; }; // Spiff zone "istedgade103.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES-nomail"; allow-transfer { bb_slaves; }; }; // MacRonald zone "jones.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/jones.dk"; allow-transfer { bb_slaves; }; }; // Jones zone "kassandra-production.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { bb_slaves; }; }; |