diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-09-06 14:05:29 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-09-06 14:05:29 +0000 |
commit | dc68d5f2282a855568dd1e0bf52f9b75aeb925ef (patch) | |
tree | ca278386bfc5a416d8715f8a1828b65e2f1c7e8e /bind | |
parent | 7148a361db0153f1a6d81b4b0cf31c31e1f500e0 (diff) |
Separate dgihuset.dk and dgi-huset.dk in DGIH group (but keep coreander.bitbase.dk as primary dns for now).
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.BITBASE.DK | 1 | ||||
-rw-r--r-- | bind/named.conf.DGI-HUSET.DK | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index af40da4..f534cfa 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -16,7 +16,6 @@ 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; }; }; zone "dekadentfilm.dk" { type slave; file "db.dekadentfilm.dk"; masters { 213.150.41.151; }; }; -zone "dgi-huset.dk" { type slave; file "db.dgi-huset.dk"; masters { 213.150.41.151; }; }; zone "electrohype.dk" { type slave; file "db.electrohype.dk"; masters { 213.150.41.151; }; }; zone "eyefish.net" { type slave; file "db.eyefish.net"; masters { 213.150.41.151; }; }; zone "eyefish.org" { type slave; file "db.eyefish.org"; masters { 213.150.41.151; }; }; diff --git a/bind/named.conf.DGI-HUSET.DK b/bind/named.conf.DGI-HUSET.DK new file mode 100644 index 0000000..543f2dc --- /dev/null +++ b/bind/named.conf.DGI-HUSET.DK @@ -0,0 +1,2 @@ +zone "dgi-huset.dk" { type slave; file "db.dgi-huset.dk"; masters { 213.150.41.151; }; }; +zone "dgihuset.dk" { type slave; file "db.dgihuset.dk"; masters { 213.150.41.151; }; }; |