diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-04-22 13:23:42 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-04-22 13:23:42 +0200 |
commit | d8970c723e95465fc3f199995a51c2a316550291 (patch) | |
tree | 6e4e326915d8a3879ebc05406068d9d8821b2dc1 | |
parent | a709e1fc78eced1dea1d93456fa3221fc621ea63 (diff) |
Move cityseeing.dk to xayide.jones.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 4d3ba8a..2ebd7d5 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -2,7 +2,6 @@ zone "biks.dk" { type slave; file "db.biks.dk"; masters { 80.68.88.141; }; }; zone "birgitmaanestraale.dk" { type slave; file "db.birgitmaanestraale.dk"; masters { 80.68.88.141; }; }; zone "bitbase.dk" { type slave; file "db.bitbase.dk"; masters { 80.68.88.141; }; }; zone "bluepill.dk" { type slave; file "db.bluepill.dk"; masters { 80.68.88.141; }; }; -zone "cityseeing.dk" { type slave; file "db.cityseeing.dk"; masters { 80.68.88.141; }; }; 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 "sirireiter.dk" { type slave; file "db.sirireiter.dk"; masters { 80.68.88.141; }; }; diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK index 9bfcbdf..de95673 100644 --- a/bind/named.conf.JONES.DK +++ b/bind/named.conf.JONES.DK @@ -1,5 +1,6 @@ zone "anniqa.dk" { type slave; file "db.anniqa.dk"; masters { 188.183.5.254; }; }; zone "bassballs.dk" { type slave; file "db.bassballs.dk"; masters { 188.183.5.254; }; }; +zone "cityseeing.dk" { type slave; file "db.cityseeing.dk"; masters { 188.183.5.254; }; }; zone "couchdesign.dk" { type slave; file "db.couchdesign.dk"; masters { 188.183.5.254; }; }; zone "electrohype.dk" { type slave; file "db.electrohype.dk"; masters { 188.183.5.254; }; }; zone "feliciaweb.dk" { type slave; file "db.feliciaweb.dk"; masters { 188.183.5.254; }; }; |