diff options
Diffstat (limited to 'bind/pri')
-rw-r--r-- | bind/pri/OROE | 43 | ||||
-rw-r--r-- | bind/pri/oroe.dk | 53 |
2 files changed, 96 insertions, 0 deletions
diff --git a/bind/pri/OROE b/bind/pri/OROE new file mode 100644 index 0000000..421bba2 --- /dev/null +++ b/bind/pri/OROE @@ -0,0 +1,43 @@ +$TTL 3600 +@ SOA dns.jones.dk. dr.jones.dk. ( + 2013072401 ; serial + 14400 ; refresh + 3600 ; retry + 1209600 ; expire + 900 ) ; Negative Cache TTL + +; 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 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) +* CNAME @ + +; 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 diff --git a/bind/pri/oroe.dk b/bind/pri/oroe.dk new file mode 100644 index 0000000..0fcbe27 --- /dev/null +++ b/bind/pri/oroe.dk @@ -0,0 +1,53 @@ +$TTL 3600 +@ SOA dns.jones.dk. dr.jones.dk. ( + 2018123001 ; serial + 14400 ; refresh + 3600 ; retry + 1209600 ; expire + 900 ) ; Negative Cache TTL + +; 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 46.30.215.187 + MX 10 oroe.dk.mx.one.com. +; SPF "v=spf1 -all" + +; External hosts (use A and TXT-wrapped CNAME or PTR) +_acme-challenge CNAME oroe.dk.acme.service.one.com. + +; Public local hosts (use A) +ftp CNAME accessproxy.webpod7-cph3.one.com. +imap A 46.30.211.21 +phpmyadmin CNAME dbadmin.one.com. +pop A 46.30.211.21 +source A 80.68.88.141 +*.source A 80.68.88.141 +mejeriet A 188.183.5.254 +source.mejeriet A 188.183.5.254 +www.mejeriet A 188.183.5.254 + +; Public wildcards of zone roots, hosts and non-CNAME services (use A and TXT or CNAME) +* A 46.30.215.187 + +; 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 |