diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-06-01 13:47:22 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-06-01 13:47:22 +0000 |
commit | 4a61f5c788c52b49a5ff48402d7b4bf5a67832d4 (patch) | |
tree | c67a9694fdbb202cfc59d28926eef1425ce07871 /bind | |
parent | 5c01db9d7be14206314f55e8bd775da5d9feb71c (diff) |
Move conduct.dk from BITBASE to CONDUCT (but with ns.superserver.dk at JONES as primary ns).
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.BITBASE.DK | 1 | ||||
-rw-r--r-- | bind/named.conf.CONDUCT.DK | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index a4aba2e..df1652b 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -11,7 +11,6 @@ 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 "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 "conduct.dk" { type slave; file "db.conduct.dk"; masters { 213.150.41.151; }; }; zone "cph-bmx.dk" { type slave; file "db.cph-bmx.dk"; masters { 213.150.41.151; }; }; zone "cph-squarekitchen.dk" { type slave; file "db.cph-squarekitchen.dk"; masters { 213.150.41.151; }; }; zone "craignative.com" { type slave; file "db.craignative.com"; masters { 213.150.41.151; }; }; diff --git a/bind/named.conf.CONDUCT.DK b/bind/named.conf.CONDUCT.DK index f0452d0..cbfaa44 100644 --- a/bind/named.conf.CONDUCT.DK +++ b/bind/named.conf.CONDUCT.DK @@ -1,4 +1,5 @@ zone "biks.dk" { type slave; file "db.biks.dk"; masters { 212.99.226.254; }; }; +zone "conduct.dk" { type slave; file "db.conduct.dk"; masters { 212.99.226.254; }; }; zone "nord-utte.org" { type slave; file "db.nord-utte.org"; masters { 212.99.226.254; }; }; zone "linuxpilot.dk" { type slave; file "db.linuxpilot.dk"; masters { 212.99.226.254; }; }; zone "linuxpiloterne.dk" { type slave; file "db.linuxpiloterne.dk"; masters { 212.99.226.254; }; }; |