diff options
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; }; }; |