diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-06-24 18:01:53 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-06-24 18:01:53 +0000 |
commit | 1b7d0c521372261e65b19e540c06b5123b371c1c (patch) | |
tree | 0f597f20a7e490aedb9ca80f238309d72b591392 | |
parent | 9320d64314d62984830f05bc2d61c07de86fefba (diff) |
Correct namespace clash related to bmxstyle.dk.
-rw-r--r-- | bind/named.conf.BITBASE.DK | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index 8f7856b..4a7512e 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -8,7 +8,7 @@ zone "bawnager.dk" { type slave; file "db.bawnager.dk"; masters { 213.150.41.1 zone "bitbabe.dk" { type slave; file "db.bitbabe.dk"; masters { 213.150.41.151; }; }; zone "bitbase.dk" { type slave; file "db.bitbase.dk"; masters { 213.150.41.151; }; }; zone "bluepill.dk" { type slave; file "db.bluepill.dk"; masters { 213.150.41.151; }; }; -zone "bmxstyle.dk" { type slave; file "db.bluepill.dk"; masters { 213.150.41.151; }; }; +zone "bmxstyle.dk" { type slave; file "db.bmxstyle.dk"; masters { 213.150.41.151; }; }; zone "boerneuniversitetet.dk" { type slave; file "db.boerneuniversitetet.dk"; masters { 213.150.41.151; }; }; zone "coa.dk" { type slave; file "db.coa.dk"; masters { 213.150.41.151; }; }; zone "cph-bmx.dk" { type slave; file "db.cph-bmx.dk"; masters { 213.150.41.151; }; }; |