summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-07-05 00:56:04 +0200
committerJonas Smedegaard <dr@jones.dk>2017-07-05 00:56:04 +0200
commit9ef33adb95536c29332721fd18b69e1aec49b1ce (patch)
treebcd5e5b9541f397e503d3456ffbc3470184868fb
parenta1221bc07b3c1546dbd6c5caad67b23162a1d765 (diff)
Add maildomain langdalgaard.dk.
-rw-r--r--JONES.DK/maildomains1
-rw-r--r--bind/named.conf.JONES.DK1
-rw-r--r--bind/named.conf.JONES.DK.internal1
3 files changed, 3 insertions, 0 deletions
diff --git a/JONES.DK/maildomains b/JONES.DK/maildomains
index 06948f1..9a93d22 100644
--- a/JONES.DK/maildomains
+++ b/JONES.DK/maildomains
@@ -5,6 +5,7 @@ couchdesign.dk
feliciaweb.dk
jones.dk
kassandra-production.dk
+langdalgaard.dk
majasguf.dk
omni-presence.dk
public-e.dk
diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK
index de95673..b548fb4 100644
--- a/bind/named.conf.JONES.DK
+++ b/bind/named.conf.JONES.DK
@@ -6,6 +6,7 @@ zone "electrohype.dk" { type slave; file "db.electrohype.dk"; masters { 188.18
zone "feliciaweb.dk" { type slave; file "db.feliciaweb.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 "langdalgaard.dk" { type slave; file "db.langdalgaard.dk"; masters { 188.183.5.254; }; };
zone "lejlighederinc.org" { type slave; file "db.lejlighederinc.org"; masters { 188.183.5.254; }; };
zone "majasguf.dk" { type slave; file "db.majasguf.dk"; masters { 188.183.5.254; }; };
zone "omni-presence.dk" { type slave; file "db.omni-presence.dk"; masters { 188.183.5.254; }; };
diff --git a/bind/named.conf.JONES.DK.internal b/bind/named.conf.JONES.DK.internal
index b7eb19a..dd30c69 100644
--- a/bind/named.conf.JONES.DK.internal
+++ b/bind/named.conf.JONES.DK.internal
@@ -6,6 +6,7 @@ zone electrohype.dk { in-view internal; };
zone feliciaweb.dk { in-view internal; };
zone jones.dk { in-view internal; };
zone kassandra-production.dk { in-view internal; };
+zone llangdalgaard { in-view internal; };
zone lejlighederinc.org { in-view internal; };
zone majasguf.dk { in-view internal; };
zone omnipresence.dk { in-view internal; };