diff options
-rw-r--r-- | bind/pri/OROE | 19 | ||||
-rw-r--r-- | bind/pri/oroe.dk | 22 | ||||
-rw-r--r-- | bind/skel/A-legacycloud | 2 | ||||
-rw-r--r-- | bind/skel/CNAME-legacycloud | 1 |
4 files changed, 17 insertions, 27 deletions
diff --git a/bind/pri/OROE b/bind/pri/OROE index 421bba2..1e584c3 100644 --- a/bind/pri/OROE +++ b/bind/pri/OROE @@ -1,26 +1,19 @@ -$TTL 3600 +$TTL 1h @ SOA dns.jones.dk. dr.jones.dk. ( 2013072401 ; serial - 14400 ; refresh - 3600 ; retry - 1209600 ; expire - 900 ) ; Negative Cache TTL + 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 80.68.88.141 - MX 0 . - SPF "v=spf1 -all" +$INCLUDE /etc/local-JONES.DK/bind/skel/NS +$INCLUDE /etc/local-JONES.DK/bind/skel/A-legacycloud +$INCLUDE /etc/local-JONES.DK/bind/skel/MX-avoid ; 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 @ +$INCLUDE /etc/local-JONES.DK/bind/skel/CNAME-legacycloud * ; Public CNAME-mapped PTR records diff --git a/bind/pri/oroe.dk b/bind/pri/oroe.dk index 0fcbe27..0bf3397 100644 --- a/bind/pri/oroe.dk +++ b/bind/pri/oroe.dk @@ -1,16 +1,10 @@ -$TTL 3600 +$TTL 1h @ SOA dns.jones.dk. dr.jones.dk. ( 2018123001 ; serial - 14400 ; refresh - 3600 ; retry - 1209600 ; expire - 900 ) ; Negative Cache TTL + 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. +$INCLUDE /etc/local-JONES.DK/bind/skel/NS A 46.30.215.187 MX 10 oroe.dk.mx.one.com. ; SPF "v=spf1 -all" @@ -23,11 +17,11 @@ 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 +$INCLUDE /etc/local-JONES.DK/bind/skel/A-legacycloud source +$INCLUDE /etc/local-JONES.DK/bind/skel/A-legacycloud *.source +$INCLUDE /etc/local-JONES.DK/bind/skel/A mejeriet +$INCLUDE /etc/local-JONES.DK/bind/skel/A source.mejeriet +$INCLUDE /etc/local-JONES.DK/bind/skel/A www.mejeriet ; Public wildcards of zone roots, hosts and non-CNAME services (use A and TXT or CNAME) * A 46.30.215.187 diff --git a/bind/skel/A-legacycloud b/bind/skel/A-legacycloud new file mode 100644 index 0000000..9c3a667 --- /dev/null +++ b/bind/skel/A-legacycloud @@ -0,0 +1,2 @@ +@ A 80.68.88.141 +@ TXT "Addr=London, United Kingdom" diff --git a/bind/skel/CNAME-legacycloud b/bind/skel/CNAME-legacycloud new file mode 100644 index 0000000..3b41410 --- /dev/null +++ b/bind/skel/CNAME-legacycloud @@ -0,0 +1 @@ +@ CNAME coreander.jones.dk. |