diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-05-09 20:30:18 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-05-09 20:32:43 +0200 |
commit | 91031d549fa98e9b0656385f1711f8dccac1ee23 (patch) | |
tree | b4ad6a7e7425cb240b2616e42f55a1f132083cdd /bind | |
parent | 7638c006085f8f847e41f6d476b7cadfb8a8fba6 (diff) |
Avoid joker for lejlighederinc.org, and rename used profile JONES-nomail → JONES-www-nomail.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/fake-222/JONES-www-nomail (renamed from bind/fake-222/JONES-nomail) | 2 | ||||
-rw-r--r-- | bind/named.conf.fake-222 | 2 | ||||
-rw-r--r-- | bind/named.conf.pri | 2 | ||||
-rw-r--r-- | bind/pri/JONES-www-nomail (renamed from bind/pri/JONES-nomail) | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/bind/fake-222/JONES-nomail b/bind/fake-222/JONES-www-nomail index 1f52e91..b856502 100644 --- a/bind/fake-222/JONES-nomail +++ b/bind/fake-222/JONES-www-nomail @@ -13,7 +13,6 @@ $TTL 1w ; Public local hosts (use A) ; Public wildcards of zone roots, hosts and non-CNAME services (use A and TXT or CNAME) -* CNAME xayide.jones.dk. ; Public CNAME-mapped PTR records @@ -22,6 +21,7 @@ $TTL 1w ; External services (use CNAME to local A, or A and TXT-wrapped CNAME, or CNAME if ok with partner) ; Public local services (use CNAME) +www CNAME xayide.jones.dk. ; Private zone roots, mailhubs and non-CNAME services (use A) diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index 9097b9c..5fd9a69 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -41,7 +41,7 @@ zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { // int. dns.jones.dk zone "lejlighederinc.org" { type master; allow-transfer { none; }; - file "/usr/local/etc-JONES.DK/bind/fake-222/JONES-nomail"; }; // Annika Lewis + file "/usr/local/etc-JONES.DK/bind/fake-222/JONES-www-nomail"; }; // Annika Lewis zone "xpositionreverse.org" { type master; allow-transfer { none; }; file "/usr/local/etc-JONES.DK/bind/pri/xpositionreverse.org"; }; // Annika Lewis diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 196451b..789eef7 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -39,7 +39,7 @@ zone "xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk" { // int. dns.jones.dk zone "lejlighederinc.org" { type master; allow-transfer { jones_peers; }; - file "/usr/local/etc-JONES.DK/bind/pri/JONES-nomail"; }; // Annika Lewis + file "/usr/local/etc-JONES.DK/bind/pri/JONES-www-nomail"; }; // Annika Lewis zone "xpositionreverse.org" { type master; allow-transfer { jones_peers; }; file "/usr/local/etc-JONES.DK/bind/pri/xpositionreverse.org"; }; // Annika Lewis diff --git a/bind/pri/JONES-nomail b/bind/pri/JONES-www-nomail index 40859eb..a394ae5 100644 --- a/bind/pri/JONES-nomail +++ b/bind/pri/JONES-www-nomail @@ -18,7 +18,6 @@ $TTL 1h ; Public local hosts (use A) ; Public wildcards of zone roots, hosts and non-CNAME services (use A and TXT or CNAME) -* CNAME xayide.jones.dk. ; Public CNAME-mapped PTR records @@ -27,6 +26,7 @@ $TTL 1h ; External services (use CNAME to local A, or A and TXT-wrapped CNAME, or CNAME if ok with partner) ; Public local services (use CNAME) +www CNAME xayide.jones.dk. ; Private zone roots, mailhubs and non-CNAME services (use A) |