From ec17db4e09ef459a9bba3d8d523607a979429ec7 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 22 Jul 2013 13:54:21 +0200 Subject: Initial setup. --- bind/pri/OROE | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 bind/pri/OROE (limited to 'bind/pri/OROE') diff --git a/bind/pri/OROE b/bind/pri/OROE new file mode 100644 index 0000000..5a06805 --- /dev/null +++ b/bind/pri/OROE @@ -0,0 +1,43 @@ +$TTL 3600 +@ SOA dns.jones.dk. dr.jones.dk. ( + 2013072201 ; 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.211.48 + 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 -- cgit v1.2.3 From 5b91c1198ea8806d0a51f95fa75cfb05b21b0f48 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 24 Jul 2013 13:55:44 +0200 Subject: Have OROE A record point to 80.68.88.141 (coreander.bitbase.dk). --- bind/pri/OROE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bind/pri/OROE') diff --git a/bind/pri/OROE b/bind/pri/OROE index 5a06805..169c43c 100644 --- a/bind/pri/OROE +++ b/bind/pri/OROE @@ -11,7 +11,7 @@ $TTL 3600 NS ns.bitbase.dk. ; NS ns.superserver.dk. NS ns.homebase.dk. -; A 46.30.211.48 + A 80.68.88.141 MX 0 . SPF "v=spf1 -all" -- cgit v1.2.3 From 4b5e1ad638b9860faebc3b16e681b4fe03f9a2e7 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 24 Jul 2013 13:56:21 +0200 Subject: Bump serial for OROE. --- bind/pri/OROE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bind/pri/OROE') diff --git a/bind/pri/OROE b/bind/pri/OROE index 169c43c..421bba2 100644 --- a/bind/pri/OROE +++ b/bind/pri/OROE @@ -1,6 +1,6 @@ $TTL 3600 @ SOA dns.jones.dk. dr.jones.dk. ( - 2013072201 ; serial + 2013072401 ; serial 14400 ; refresh 3600 ; retry 1209600 ; expire -- cgit v1.2.3