From 7043dc5874456886fe4a1c5e19606ecaf5e8b0d2 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 30 Oct 2022 15:15:18 +0100 Subject: re-add homebase.dk at JONES.DK --- bind/named.conf.JONES.DK | 1 + bind/named.conf.JONES.DK.internal | 1 + 2 files changed, 2 insertions(+) diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK index 5846284..503c200 100644 --- a/bind/named.conf.JONES.DK +++ b/bind/named.conf.JONES.DK @@ -10,6 +10,7 @@ zone "couchdesign.dk" { type slave; file "db.couchdesign.dk"; masters { 188.18 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 "homebase.dk" { type slave; file "db.homebase.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 6b0691e..b50f821 100644 --- a/bind/named.conf.JONES.DK.internal +++ b/bind/named.conf.JONES.DK.internal @@ -10,6 +10,7 @@ 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 homebase.dk { in-view internal; }; zone jones.dk { in-view internal; }; zone kassandra-production.dk { in-view internal; }; zone lejlighederinc.org { in-view internal; }; -- cgit v1.2.3