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