summaryrefslogtreecommitdiff
path: root/bind/fake-222/JONES
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-11-01 00:42:44 +0000
committerJonas Smedegaard <dr@jones.dk>2007-11-01 00:42:44 +0000
commit01e04cc4a77c8a597674718cd0bf8e9f23d746cb (patch)
tree08e670c44e41a4154f10f68b865cbe15edff320c /bind/fake-222/JONES
parentab3d2822df0cc7c0da73d8f5d08a931ae0c1df1d (diff)
Add SPF TXT hints for all public A RRs. Improve comments. Use CNAME for services (they do not need SPF hints).
Diffstat (limited to 'bind/fake-222/JONES')
-rw-r--r--bind/fake-222/JONES32
1 files changed, 29 insertions, 3 deletions
diff --git a/bind/fake-222/JONES b/bind/fake-222/JONES
index 3e8a2b6..1196c6b 100644
--- a/bind/fake-222/JONES
+++ b/bind/fake-222/JONES
@@ -6,6 +6,8 @@ $TTL 604800
2419200 ; Expire
604800 ) ; Negative Cache TTL
+; Public zone roots, mailhubs and non-CNAME services (use A)
+ A 192.168.222.250 ;80.196.110.134
NS localhost.
MX 10 mail.jones.dk.
MX 50 mail.homebase.dk.
@@ -13,6 +15,30 @@ $TTL 604800
MX 50 mail.idaa.dk.
MX 50 mail.haakansson.com.
TXT "v=spf1 mx -all"
- A 192.168.222.250 ;80.196.110.134
-* A 192.168.222.250 ;80.196.110.134
- TXT "v=spf1 -all"
+
+; External hosts (use A and TXT-wrapped CNAME or PTR)
+
+; 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
+
+; Public authentication-related (LDAP and Kerberos) records
+
+; External services (use CNAME to local A, or A and TXT-wrapped CNAME, or CNAME if ok with partner)
+
+; Public local services (use CNAME)
+
+; Private zone roots, mailhubs and non-CNAME services (use A)
+
+; Private hosts (use A)
+
+; Private wildcards of zone roots, hosts and non-CNAME services (use CNAME)
+
+; Private CNAME-mapped PTR records
+
+; Private services (use CNAME)
+
+; Private CNAME-mapped PTR records