diff options
-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; }; }; |