diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-05-20 10:12:40 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-05-20 10:12:40 +0200 |
commit | 502444844591d18193a1eb68233e825835fdd81c (patch) | |
tree | 3abf385459c9b4f39971e695f23df3c5897ec0fd /bind | |
parent | 0a0aa7dc22df7ec4b35f5d0eea208b98163e15d1 (diff) |
move friis-holm.dk to JONES.DK (from BITBASE.DK)
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.BITBASE.DK | 1 | ||||
-rw-r--r-- | bind/named.conf.BITBASE.DK.internal | 1 | ||||
-rw-r--r-- | bind/named.conf.JONES.DK | 1 | ||||
-rw-r--r-- | bind/named.conf.JONES.DK.internal | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/bind/named.conf.BITBASE.DK b/bind/named.conf.BITBASE.DK index 82191b3..bad7c1e 100644 --- a/bind/named.conf.BITBASE.DK +++ b/bind/named.conf.BITBASE.DK @@ -1,5 +1,4 @@ zone "bluepill.dk" { type slave; file "db.bluepill.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; }; }; zone "redpill.dk" { type slave; file "db.redpill.dk"; masters { 80.68.88.141; }; }; diff --git a/bind/named.conf.BITBASE.DK.internal b/bind/named.conf.BITBASE.DK.internal index 3b2c41a..e554b3d 100644 --- a/bind/named.conf.BITBASE.DK.internal +++ b/bind/named.conf.BITBASE.DK.internal @@ -1,5 +1,4 @@ zone bluepill.dk { in-view internal; }; -zone friis-holm.dk { in-view internal; }; zone himawari.dk { in-view internal; }; zone sirireiter.dk { in-view internal; }; zone redpill.dk { in-view internal; }; diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK index c180ce7..0059814 100644 --- a/bind/named.conf.JONES.DK +++ b/bind/named.conf.JONES.DK @@ -7,6 +7,7 @@ zone "cityseeing.dk" { type slave; file "db.cityseeing.dk"; masters { 188.183. 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; }; }; +zone "friis-holm.dk" { type slave; file "db.friis-holm.dk"; masters { 188.183.5.254; }; }; 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; }; }; diff --git a/bind/named.conf.JONES.DK.internal b/bind/named.conf.JONES.DK.internal index cb59ff5..9719947 100644 --- a/bind/named.conf.JONES.DK.internal +++ b/bind/named.conf.JONES.DK.internal @@ -7,6 +7,7 @@ zone couchdesign.dk { in-view internal; }; zone cityseeing.dk { in-view internal; }; zone electrohype.dk { in-view internal; }; zone feliciaweb.dk { in-view internal; }; +zone friis-holm.dk { in-view internal; }; zone jones.dk { in-view internal; }; zone kassandra-production.dk { in-view internal; }; zone lejlighederinc.org { in-view internal; }; |