From bba40e489b1bd1b5adfa42b5fd6e8b7b8a26c31c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 18 May 2020 15:50:37 +0200 Subject: move bitbase.dk to JONES.DK (from BITBASE.DK) --- bind/pri/bitbase.dk | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 bind/pri/bitbase.dk (limited to 'bind/pri/bitbase.dk') diff --git a/bind/pri/bitbase.dk b/bind/pri/bitbase.dk new file mode 100644 index 0000000..94a1a13 --- /dev/null +++ b/bind/pri/bitbase.dk @@ -0,0 +1,87 @@ +$TTL 1h +@ IN SOA dns.jones.dk. dr.jones.dk. ( + 2020051801 + 1h 30m 1w 1h ) + +$INCLUDE JONES.DK/skel/NS + A 80.68.88.141 + MX 10 mail.bitbase.dk. +; MX 50 mail.jones.dk. +; MX 50 mail.homebase.dk. + SPF "v=spf1 mx -all" +mail A 80.68.88.141 + SPF "v=spf1 a -all" +www A 80.68.88.141 + MX 0 . + SPF "v=spf1 -all" +ftp A 80.68.88.141 + MX 0 . + SPF "v=spf1 -all" +coreander A 80.68.88.141 + MX 0 . + SPF "v=spf1 -all" +stats A 80.68.88.141 + MX 0 . + SPF "v=spf1 -all" +search A 80.68.88.141 + MX 0 . + SPF "v=spf1 -all" +wiki A 80.68.88.141 + MX 0 . + SPF "v=spf1 -all" +styles A 80.68.88.141 + MX 0 . + SPF "v=spf1 -all" +admin A 80.68.88.141 + MX 0 . + SPF "v=spf1 -all" +ns A 80.68.88.141 + MX 0 . + SPF "v=spf1 -all" +phone A 80.68.88.141 + MX 0 . + SPF "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) +* A 80.68.88.141 + MX 0 . + SPF "v=spf1 -all" + +; Public CNAME-mapped PTR records +80.68.88.141 PTR coreander.bitbase.dk. + +; Public authentication-related (LDAP and Kerberos) records +_kerberos TXT "BITBASE.DK" +_kerberos-master._udp SRV 0 0 88 coreander +_kerberos-adm._tcp SRV 0 0 749 coreander +_kpasswd._udp SRV 0 0 464 coreander +_kerberos._udp SRV 0 0 88 coreander +; SRV 0 0 88 xayide.jones.dk. +; SRV 0 0 88 jawa.homebase.dk. +_ldap._tcp SRV 0 0 389 ldap +; SRV 0 0 389 xayide.jones.dk. +; SRV 0 0 389 jawa.homebase.dk. +postfix._domainkey TXT "k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD13QGUJb9NF5wOE6YDArVuLb7Fko6c3OsdGwfRQbwyV/BbWKfJReo1bao59alO4IkkSKGXNRF2vlsTQOHRL8DyN2oAcg3siA5/Dga7x7jodmPP5eWGwLpRVSQhj/FPwT2l1Grr9+OLzxBd8C2oPhA0nkoaLZQt6VTayR836Ps4DwIDAQAB" + +; Public misc. records +;_iax._udp SRV 0 0 4569 coreander +_sip._udp SRV 0 0 5060 coreander +_sips._tcp SRV 0 0 5061 coreander + +; 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 services (use CNAME) + +; Private CNAME-mapped PTR records -- cgit v1.2.3