diff options
-rw-r--r-- | bind/named.conf.BITBASE.DK | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index d04297b..01433f4 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -20,11 +20,10 @@ zone "minard.dk" { type slave; file "db.minard.dk"; masters { 83.133.64.38; }; zone "netcommunity.dk" { type slave; file "db.netcommunity.dk"; masters { 83.133.64.38; }; }; zone "nicolaiwallner.com" { type slave; file "db.nicolaiwallner.com"; masters { 83.133.64.38; }; }; zone "nicolaiwallner.dk" { type slave; file "db.nicolaiwallner.dk"; masters { 83.133.64.38; }; }; -zone "nord-utte.org" { type slave; file "db.nord-utte.org"; masters { 83.133.64.38; }; }; zone "patientsikkerhed.dk" { type slave; file "db.patientsikkerhed.dk"; masters { 83.133.64.38; }; }; zone "resolution.dk" { type slave; file "db.resolution.dk"; masters { 83.133.64.38; }; }; zone "starquality.dk" { type slave; file "db.starquality.dk"; masters { 83.133.64.38; }; }; -zone "steenwinkel.dk" { type slave; file "db.steenwinkel.dk"; masters { 83.133.64.38; }; }; +// zone "steenwinkel.dk" { type slave; file "db.steenwinkel.dk"; masters { 83.133.64.38; }; }; zone "scenerum.org" { type slave; file "db.scenerum.org"; masters { 83.133.64.38; }; }; zone "svalerne.dk" { type slave; file "db.svalerne.dk"; masters { 83.133.64.38; }; }; zone "taekkemand.net" { type slave; file "db.taekkemand.net"; masters { 83.133.64.38; }; }; |