summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-06-19 16:05:10 +0200
committerJonas Smedegaard <dr@jones.dk>2014-06-19 16:05:10 +0200
commit5c099f3b38a10635c6e3e6c918262a6a264df0d0 (patch)
tree4a2cbbfb25d6851640e8774436c75f415d5f6ee7
parent4785b497651a2fec4cb5d1e7c26d9c874ee01bf1 (diff)
Compact header (TTL and SOA records).
-rw-r--r--bind/fake-222/192.168.2229
-rw-r--r--bind/fake-222/JONES9
-rw-r--r--bind/fake-222/JONES-mailonly9
-rw-r--r--bind/fake-222/JONES-nomail9
-rw-r--r--bind/fake-222/OFF9
-rw-r--r--bind/fake-222/jones.dk10
-rw-r--r--bind/pri/JONES11
-rw-r--r--bind/pri/JONES-mailonly11
-rw-r--r--bind/pri/JONES-nomail11
-rw-r--r--bind/pri/OFF9
-rw-r--r--bind/pri/jones.dk11
-rw-r--r--bind/pri/xpositionreverse.org11
12 files changed, 35 insertions, 84 deletions
diff --git a/bind/fake-222/192.168.222 b/bind/fake-222/192.168.222
index 23c8fcb..c656223 100644
--- a/bind/fake-222/192.168.222
+++ b/bind/fake-222/192.168.222
@@ -1,10 +1,5 @@
-$TTL 604800
-@ IN SOA localhost. root.localhost. (
- 1 ; Serial
- 604800 ; Refresh
- 86400 ; Retry
- 2419200 ; Expire
- 604800 ) ; Negative Cache TTL
+$TTL 1w
+@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 1w )
;
@ NS localhost.
;
diff --git a/bind/fake-222/JONES b/bind/fake-222/JONES
index 6b2dd0a..59465e3 100644
--- a/bind/fake-222/JONES
+++ b/bind/fake-222/JONES
@@ -1,10 +1,5 @@
-$TTL 604800
-@ SOA localhost. root.localhost. (
- 1 ; Serial
- 604800 ; Refresh
- 86400 ; Retry
- 2419200 ; Expire
- 604800 ) ; Negative Cache TTL
+$TTL 1w
+@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 1w )
; Public zone roots, mailhubs and non-CNAME services (use A)
NS localhost.
diff --git a/bind/fake-222/JONES-mailonly b/bind/fake-222/JONES-mailonly
index a6fc952..f79ab96 100644
--- a/bind/fake-222/JONES-mailonly
+++ b/bind/fake-222/JONES-mailonly
@@ -1,10 +1,5 @@
-$TTL 604800
-@ SOA localhost. root.localhost. (
- 1 ; Serial
- 604800 ; Refresh
- 86400 ; Retry
- 2419200 ; Expire
- 604800 ) ; Negative Cache TTL
+$TTL 1w
+@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 1w )
; Public zone roots, mailhubs and non-CNAME services (use A)
NS localhost.
diff --git a/bind/fake-222/JONES-nomail b/bind/fake-222/JONES-nomail
index 60909c4..1a13283 100644
--- a/bind/fake-222/JONES-nomail
+++ b/bind/fake-222/JONES-nomail
@@ -1,10 +1,5 @@
-$TTL 604800
-@ SOA localhost. root.localhost. (
- 1 ; Serial
- 604800 ; Refresh
- 86400 ; Retry
- 2419200 ; Expire
- 604800 ) ; Negative Cache TTL
+$TTL 1w
+@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 1w )
; Public zone roots, mailhubs and non-CNAME services (use A)
NS localhost.
diff --git a/bind/fake-222/OFF b/bind/fake-222/OFF
index baaa563..1eaf3c2 100644
--- a/bind/fake-222/OFF
+++ b/bind/fake-222/OFF
@@ -1,10 +1,5 @@
-$TTL 604800
-@ SOA localhost. root.localhost. (
- 1 ; Serial
- 604800 ; Refresh
- 86400 ; Retry
- 2419200 ; Expire
- 604800 ) ; Negative Cache TTL
+$TTL 1w
+@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 1w )
; Public zone roots, mailhubs and non-CNAME services (use A)
NS localhost.
diff --git a/bind/fake-222/jones.dk b/bind/fake-222/jones.dk
index cc2c320..cc89a9c 100644
--- a/bind/fake-222/jones.dk
+++ b/bind/fake-222/jones.dk
@@ -1,11 +1,5 @@
-$TTL 604800
-@ IN SOA localhost. root.localhost. (
- 1 ; Serial
- 604800 ; Refresh
- 86400 ; Retry
- 2419200 ; Expire
- 604800 ) ; Negative Cache TTL
-
+$TTL 1w
+@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 1w )
; Public zone roots, mailhubs and non-CNAME services (use A)
NS localhost.
diff --git a/bind/pri/JONES b/bind/pri/JONES
index 767926e..e990319 100644
--- a/bind/pri/JONES
+++ b/bind/pri/JONES
@@ -1,10 +1,7 @@
-$TTL 3600
-@ SOA dns.jones.dk. dr.jones.dk. (
- 2013110601 ; serial (2006021901)
- 3600 ; refresh
- 1800 ; retry
- 604800 ; expire
- 3600 ) ; Negative Cache TTL
+$TTL 1h
+@ SOA dns.jones.dk. dr.jones.dk. (
+ 2013110601
+ 1h 30mi 1w 1h )
; Public zone roots, mailhubs and non-CNAME services (use A)
NS dns.jones.dk.
diff --git a/bind/pri/JONES-mailonly b/bind/pri/JONES-mailonly
index f0ca304..fc194bf 100644
--- a/bind/pri/JONES-mailonly
+++ b/bind/pri/JONES-mailonly
@@ -1,10 +1,7 @@
-$TTL 3600
-@ SOA dns.jones.dk. dr.jones.dk. (
- 2013110601 ; serial
- 3600 ; refresh
- 1800 ; retry
- 604800 ; expire
- 3600 ) ; Negative Cache TTL
+$TTL 1h
+@ SOA dns.jones.dk. dr.jones.dk. (
+ 2013110601
+ 1h 30mi 1w 1h )
; Public zone roots, mailhubs and non-CNAME services (use A)
NS dns.jones.dk.
diff --git a/bind/pri/JONES-nomail b/bind/pri/JONES-nomail
index b9ade23..a27fb5f 100644
--- a/bind/pri/JONES-nomail
+++ b/bind/pri/JONES-nomail
@@ -1,10 +1,7 @@
-$TTL 3600
-@ SOA dns.jones.dk. dr.jones.dk. (
- 2012061701 ; serial (2006021901)
- 3600 ; refresh
- 1800 ; retry
- 604800 ; expire
- 3600 ) ; Negative Cache TTL
+$TTL 1h
+@ SOA dns.jones.dk. dr.jones.dk. (
+ 2012061701
+ 1h 30mi 1w 1h )
; Public zone roots, mailhubs and non-CNAME services (use A)
NS dns.jones.dk.
diff --git a/bind/pri/OFF b/bind/pri/OFF
index 9c13ad8..1f5d08f 100644
--- a/bind/pri/OFF
+++ b/bind/pri/OFF
@@ -1,10 +1,7 @@
$TTL 3600
-@ SOA dns.jones.dk. dr.jones.dk. (
- 2009062901 ; serial
- 3600 ; refresh
- 1800 ; retry
- 604800 ; expire
- 3600 ) ; Negative Cache TTL
+@ SOA dns.jones.dk. dr.jones.dk. (
+ 2009062901
+ 1h 30mi 1w 1h )
; Public zone roots, mailhubs and non-CNAME services (use A)
NS dns.jones.dk.
diff --git a/bind/pri/jones.dk b/bind/pri/jones.dk
index ec7eded..e2c361d 100644
--- a/bind/pri/jones.dk
+++ b/bind/pri/jones.dk
@@ -1,10 +1,7 @@
-$TTL 3600
-@ IN SOA dns.jones.dk. dr.jones.dk. (
- 2014051701 ; Serial
- 3600 ; Refresh
- 1800 ; Retry
- 604800 ; Expire
- 3600 ) ; Negative Cache TTL
+$TTL 1h
+@ IN SOA dns.jones.dk. dr.jones.dk. (
+ 2014051701
+ 1h 30mi 1w 1h )
; Public zone roots, mailhubs and non-CNAME services (use A)
NS dns.jones.dk.
diff --git a/bind/pri/xpositionreverse.org b/bind/pri/xpositionreverse.org
index 8e72638..dd21f1f 100644
--- a/bind/pri/xpositionreverse.org
+++ b/bind/pri/xpositionreverse.org
@@ -1,10 +1,7 @@
-$TTL 3600
-@ SOA dns.jones.dk. dr.jones.dk. (
- 2009062901 ; serial (2006021901)
- 3600 ; refresh
- 1800 ; retry
- 604800 ; expire
- 3600 ) ; Negative Cache TTL
+$TTL 1h
+@ SOA dns.jones.dk. dr.jones.dk. (
+ 2009062901
+ 1h 30mi 1w 1h )
; Public zone roots, mailhubs and non-CNAME services (use A)
NS dns.jones.dk.