diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-11-09 02:53:03 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-11-09 02:53:03 +0000 |
commit | 188a73b45bb8d9f25421a4141e8531ae1856db2f (patch) | |
tree | 2feccd73e02a7907b7bfb21ae697713c48f4f2de | |
parent | 26f282c95ff42911c217831f50ddf0ae1fed38af (diff) |
Remove parameter.as not administered at BITBASE.
-rw-r--r-- | bind/named.conf.pri | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bind/named.conf.pri b/bind/named.conf.pri index c0186ad..1ad9a40 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -53,7 +53,6 @@ zone "rumskibspedellerne.dk" { type master; file "/etc/local-COMMON/bind/BITBASE 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/TRANSITION/JONES-nomail"; allow-transfer { bb_slaves; }; }; // MacRonald -zone "solsikke.org" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // ASCII33 zone "sserver.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/SUPERSERVER"; allow-transfer { bb_slaves; }; }; // Spiff zone "starquality.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // AltNet zone "steenwinkel.dk" { type master; file "/etc/local-COMMON/bind/BITBASE/steenwinkel.dk"; allow-transfer { bb_slaves; }; }; // Terramare @@ -77,8 +76,8 @@ zone "eyefish.net" { type master; file "/etc/local-COMMON/bind/TRANSITION/JONES zone "eyefish.org" { type master; file "/etc/local-COMMON/bind/TRANSITION/JONES-nomail"; allow-transfer { bb_slaves; }; }; // Kent Dahl zone "haakansson.com" { type master; file "/etc/local-COMMON/bind/BITBASE/haakansson.com"; allow-transfer { bb_slaves; }; }; // Christoffer Haakansson zone "helbak.com" { type master; file "/etc/local-COMMON/bind/BITBASE/JONES"; allow-transfer { bb_slaves; }; }; // MacRonald +zone "solsikke.org" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // ASCII33 zone "taekkemand.net" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Thomas Melbye zone "womenspicnic.net" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // ASCII33 // odd ns.bitbase.dk -zone "parameter.as" { type master; file "/etc/local-COMMON/bind/BITBASE/BITBASE"; allow-transfer { bb_slaves; }; }; // Lasse Klubien |