diff options
-rw-r--r-- | bind/named.conf.JONES.DK | 1 | ||||
-rw-r--r-- | bind/named.conf.JONES.DK.internal | 1 |
2 files changed, 2 insertions, 0 deletions
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; }; |