diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-03-29 15:17:29 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-03-29 15:17:29 +0200 |
commit | 472e43d2e1b1da5b20981cd28b84fb9785603440 (patch) | |
tree | 87d151c830a024e2e4a2985cc8a7ad4f60baa381 | |
parent | d9721bd944f139fad9b42046848a820d2c945b83 (diff) |
Add new JONES domain abcdefghijklmnopqrstuvxyzæøå.dk.
-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 3e7e452..b510e3d 100644 --- a/JONES.DK/maildomains +++ b/JONES.DK/maildomains @@ -6,3 +6,4 @@ kassandra-production.dk peronard.dk public-e.dk ressourceoptimering.dk +xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK index 04c2371..cc572cc 100644 --- a/bind/named.conf.JONES.DK +++ b/bind/named.conf.JONES.DK @@ -5,4 +5,5 @@ zone "jones.dk" { type slave; file "db.jones.dk"; masters { 2.107.136.66; }; } zone "kassandra-production.dk" { type slave; file "db.kassandra-production.dk"; masters { 2.107.136.66; }; }; zone "lejlighederinc.org" { type slave; file "db.lejlighederinc.org"; masters { 2.107.136.66; }; }; zone "peronard.dk" { type slave; file "db.peronard.dk"; masters { 2.107.136.66; }; }; +zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { type slave; file "db.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk"; masters { 2.107.136.66; }; }; zone "xpositionreverse.org" { type slave; file "db.xpositionreverse.org"; masters { 2.107.136.66; }; }; |