diff options
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) |