diff options
-rw-r--r-- | JONES.DK/maildomains | 1 | ||||
-rw-r--r-- | bind/named.conf.JONES.DK | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/JONES.DK/maildomains b/JONES.DK/maildomains index f417ad3..6332e7e 100644 --- a/JONES.DK/maildomains +++ b/JONES.DK/maildomains @@ -6,5 +6,6 @@ jones.dk kassandra-production.dk majasguf.dk public-e.dk +skovhaver.dk ressourceoptimering.dk xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK index e62852b..0d46621 100644 --- a/bind/named.conf.JONES.DK +++ b/bind/named.conf.JONES.DK @@ -6,5 +6,6 @@ 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; }; }; zone "majasguf.dk" { type slave; file "db.majasguf.dk"; masters { 188.183.5.254; }; }; +zone "majasguf.dk" { type slave; file "db.skovhaver.dk"; masters { 188.183.5.254; }; }; zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type slave; file "db.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk"; masters { 188.183.5.254; }; }; zone "xpositionreverse.org" { type slave; file "db.xpositionreverse.org"; masters { 188.183.5.254; }; }; |