diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-05-09 18:11:50 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-05-09 18:11:50 +0200 |
commit | b91c4673e6dffd4f7e1c5d303a8762dbf1ce2cec (patch) | |
tree | 74894157abdac420301985dde1ca55e44e6ec348 /bind/pri/JONES-www | |
parent | 08cc82c0295564fc5717f9bf316327a0742701f6 (diff) |
Add non-joker profile JONES-www.
Diffstat (limited to 'bind/pri/JONES-www')
-rw-r--r-- | bind/pri/JONES-www | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/bind/pri/JONES-www b/bind/pri/JONES-www new file mode 100644 index 0000000..1f1b334 --- /dev/null +++ b/bind/pri/JONES-www @@ -0,0 +1,44 @@ +$TTL 1h +@ SOA dns.jones.dk. dr.jones.dk. ( + 2016042802 + 1h 30m 1w 1h ) + +; Public zone roots, mailhubs and non-CNAME services (use A) + NS dns.jones.dk. + NS ns.bitbase.dk. + NS ns.superserver.dk. + NS ns.homebase.dk. + A 188.183.5.254 + MX 5 xayide.jones.dk. + MX 10 perilin.jones.dk. + MX 50 jawa.homebase.dk. + SPF "v=spf1 -all" + 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) + +; Public CNAME-mapped PTR records + +; Public authentication-related (LDAP and Kerberos) records +postfix._domainkey TXT "k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCt3WEC7zyxmnI1No90K0obB9c2wxkO/GlqYpIwaM0yNm9skD5X8YFBdIZ6+mj725Pn3iiwg5DfMWT6z85255txg7z0Kh35UmMgZEZFvjckYQ/hEQ/6n9YZN6dIU9L0qRYdbolXP8FjJPrZRvzYXFKSBpLlx3u6NmizJqvdsrqz9QIDAQAB" + +; 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) + +; 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 |