diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-05-20 10:53:30 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-05-20 10:53:30 +0000 |
commit | 8e1232b881d0f0cf4fdba601d540f1b9194fbbcf (patch) | |
tree | af02fe7f7f5e57b44d5ac6f2c7273a6d355a7af5 | |
parent | 85c0564b6e3e01c7e769a32a36fdf020c21db272 (diff) |
Suspending linuxpilot.dk and wanderlust.dk (as requested by DK-Hostmaster). Correct fake BITBASEdgih config to match the real one.
-rw-r--r-- | bind/named.conf.BITBASE.DK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index 98cd989..d204a56 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -13,7 +13,7 @@ zone "freespace-cph.dk" { type slave; file "db.freespace-cph.dk"; masters { 83 zone "gangstafilm.dk" { type slave; file "db.gangstafilm.dk"; masters { 83.133.64.38; }; }; zone "haakansson.com" { type slave; file "db.haakansson.com"; masters { 83.133.64.38; }; }; zone "icas.dk" { type slave; file "db.icas.dk"; masters { 83.133.64.38; }; }; -zone "linuxpilot.dk" { type slave; file "db.linuxpilot.dk"; masters { 83.133.64.38; }; }; +// zone "linuxpilot.dk" { type slave; file "db.linuxpilot.dk"; masters { 83.133.64.38; }; }; zone "linuxpiloterne.dk" { type slave; file "db.linuxpiloterne.dk"; masters { 83.133.64.38; }; }; zone "livskunsten.dk" { type slave; file "db.livskunsten.dk"; masters { 83.133.64.38; }; }; zone "lonesamuelsson.dk" { type slave; file "db.lonesamuelsson.dk"; masters { 83.133.64.38; }; }; @@ -32,5 +32,5 @@ zone "superserver.dk" { type slave; file "db.superserver.dk"; masters { 83.133 zone "taekkemand.net" { type slave; file "db.taekkemand.net"; masters { 83.133.64.38; }; }; zone "thirdculture.dk" { type slave; file "db.thirdculture.dk"; masters { 83.133.64.38; }; }; zone "tinghaven.dk" { type slave; file "db.tinghaven.dk"; masters { 83.133.64.38; }; }; -zone "wanderlust.dk" { type slave; file "db.wanderlust.dk"; masters { 83.133.64.38; }; }; +// zone "wanderlust.dk" { type slave; file "db.wanderlust.dk"; masters { 83.133.64.38; }; }; zone "webcommunity.dk" { type slave; file "db.webcommunity.dk"; masters { 83.133.64.38; }; }; |