diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-03-10 23:38:10 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-03-10 23:38:10 +0100 |
commit | eb06c130b9b3e205c6c1d451048f3ffa741b8303 (patch) | |
tree | 120965a5a63265a97b5548838e6b54c740bcdc74 /bind | |
parent | 9660521bde929734bdc372ec417ccce803f49fb1 (diff) |
Add JONES.DK maildomain skovhaver.dk.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.JONES.DK | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; }; |