diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-04-26 16:53:39 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-04-26 16:53:39 +0200 |
commit | 2abd9268aae3c3bafd4cf246bda0b067af8a3e4a (patch) | |
tree | 26f12a1f3d1a9901e68b1a8a5d4519b32a82ee06 | |
parent | 48e59b5325ba7577a2c467e3819411fc6b3bc4fa (diff) |
Move domain public-e.dk to JONES.DK from BITBASE.DK.
-rw-r--r-- | bind/named.conf.BITBASE.DK | 1 | ||||
-rw-r--r-- | bind/named.conf.JONES.DK | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index 1ee0f92..0aca9a7 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -7,7 +7,6 @@ zone "electrohype.dk" { type slave; file "db.electrohype.dk"; masters { 80.68. zone "friis-holm.dk" { type slave; file "db.friis-holm.dk"; masters { 80.68.88.141; }; }; zone "himawari.dk" { type slave; file "db.himawari.dk"; masters { 80.68.88.141; }; }; zone "linuxpiloterne.dk" { type slave; file "db.linuxpiloterne.dk"; masters { 80.68.88.141; }; }; -zone "public-e.dk" { type slave; file "db.public-e.dk"; masters { 80.68.88.141; }; }; zone "ressourceoptimering.dk" { type slave; file "db.ressourceoptimering.dk."; masters { 80.68.88.141; }; }; zone "sirireiter.dk" { type slave; file "db.sirireiter.dk"; masters { 80.68.88.141; }; }; zone "redpill.dk" { type slave; file "db.redpill.dk"; masters { 80.68.88.141; }; }; diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK index 59667c9..1a57907 100644 --- a/bind/named.conf.JONES.DK +++ b/bind/named.conf.JONES.DK @@ -6,6 +6,7 @@ zone "jones.dk" { type slave; file "db.jones.dk"; masters { 188.183.5.254; }; zone "kassandra-production.dk" { type slave; file "db.kassandra-production.dk"; masters { 188.183.5.254; }; }; zone "lejlighederinc.org" { type slave; file "db.lejlighederinc.org"; masters { 188.183.5.254; }; }; zone "majasguf.dk" { type slave; file "db.majasguf.dk"; masters { 188.183.5.254; }; }; +zone "public-e.dk" { type slave; file "db.public-e.dk"; masters { 188.183.5.254; }; }; zone "skovhaver.dk" { type slave; file "db.skovhaver.dk"; masters { 188.183.5.254; }; }; zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type slave; file "db.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk"; masters { 188.183.5.254; }; }; zone "xpositionreverse.org" { type slave; file "db.xpositionreverse.org"; masters { 188.183.5.254; }; }; |