summaryrefslogtreecommitdiff
path: root/bind
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2022-03-25 15:03:56 +0100
committerJonas Smedegaard <dr@jones.dk>2022-03-25 15:03:56 +0100
commiteba0c2c89f030a9694e3c548fb88700590fd2b81 (patch)
tree69dd74c14141fd837cfd800d4d19438516b4e49b /bind
parentc7c5946ce07bfaaec516fb6c2a26df568e1d9468 (diff)
add JONES.DK domain bygden.dk
Diffstat (limited to 'bind')
-rw-r--r--bind/named.conf.JONES.DK1
-rw-r--r--bind/named.conf.JONES.DK.internal1
2 files changed, 2 insertions, 0 deletions
diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK
index 482ed48..5846284 100644
--- a/bind/named.conf.JONES.DK
+++ b/bind/named.conf.JONES.DK
@@ -4,6 +4,7 @@ zone "biks.dk" { type slave; file "db.biks.dk"; masters { 188.183.5.254; }; };
zone "bitbase.dk" { type slave; file "db.bitbase.dk"; masters { 188.183.5.254; }; };
zone "birgitmaanestraale.dk" { type slave; file "db.bbirgitmaanestraale.dk"; masters { 188.183.5.254; }; };
zone "bluepill.dk" { type slave; file "db.bluepill.dk"; masters { 188.183.5.254; }; };
+zone "bygden.dk" { type slave; file "db.bygden.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; }; };
diff --git a/bind/named.conf.JONES.DK.internal b/bind/named.conf.JONES.DK.internal
index 63d1c38..6b0691e 100644
--- a/bind/named.conf.JONES.DK.internal
+++ b/bind/named.conf.JONES.DK.internal
@@ -4,6 +4,7 @@ zone biks.dk { in-view internal; };
zone bitbase.dk.dk { in-view internal; };
zone birgitmaanestraale.dk { in-view internal; };
zone bluepill.dk { in-view internal; };
+zone bygden.dk { in-view internal; };
zone couchdesign.dk { in-view internal; };
zone cityseeing.dk { in-view internal; };
zone electrohype.dk { in-view internal; };