summaryrefslogtreecommitdiff
path: root/bind
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-06-23 20:38:00 +0200
committerJonas Smedegaard <dr@jones.dk>2014-06-23 20:38:00 +0200
commit848fd5a43d4ff451c66fb1d7c06e01daa783073a (patch)
tree277b0b7a83a2078d5054c601c3d8d23e8f6682fb /bind
parente86c58ea57c3caa782b0a70f41d02b98682bc464 (diff)
Fix use 'm' (not 'mi' for minutes and avoid bogus unit for month.
Diffstat (limited to 'bind')
-rw-r--r--bind/fake-222/192.168.2222
-rw-r--r--bind/fake-222/JONES2
-rw-r--r--bind/fake-222/JONES-mailonly2
-rw-r--r--bind/fake-222/JONES-nomail2
-rw-r--r--bind/fake-222/OFF2
-rw-r--r--bind/fake-222/jones.dk2
-rw-r--r--bind/pri/JONES2
-rw-r--r--bind/pri/JONES-mailonly2
-rw-r--r--bind/pri/JONES-nomail2
-rw-r--r--bind/pri/OFF2
-rw-r--r--bind/pri/jones.dk2
-rw-r--r--bind/pri/xpositionreverse.org2
12 files changed, 12 insertions, 12 deletions
diff --git a/bind/fake-222/192.168.222 b/bind/fake-222/192.168.222
index 2e85d07..d6c42ef 100644
--- a/bind/fake-222/192.168.222
+++ b/bind/fake-222/192.168.222
@@ -1,5 +1,5 @@
$TTL 1w
-@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 3h )
+@ IN SOA localhost. root.localhost. ( 1 1w 1d 30d 3h )
;
@ NS localhost.
;
diff --git a/bind/fake-222/JONES b/bind/fake-222/JONES
index c3519e2..af9ec38 100644
--- a/bind/fake-222/JONES
+++ b/bind/fake-222/JONES
@@ -1,5 +1,5 @@
$TTL 1w
-@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 3h )
+@ IN SOA localhost. root.localhost. ( 1 1w 1d 30d 3h )
; 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 0066bab..ff0f251 100644
--- a/bind/fake-222/JONES-mailonly
+++ b/bind/fake-222/JONES-mailonly
@@ -1,5 +1,5 @@
$TTL 1w
-@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 3h )
+@ IN SOA localhost. root.localhost. ( 1 1w 1d 30d 3h )
; 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 5bec905..15ed866 100644
--- a/bind/fake-222/JONES-nomail
+++ b/bind/fake-222/JONES-nomail
@@ -1,5 +1,5 @@
$TTL 1w
-@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 3h )
+@ IN SOA localhost. root.localhost. ( 1 1w 1d 30d 3h )
; 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 5239a56..6f45657 100644
--- a/bind/fake-222/OFF
+++ b/bind/fake-222/OFF
@@ -1,5 +1,5 @@
$TTL 1w
-@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 3h )
+@ IN SOA localhost. root.localhost. ( 1 1w 1d 30d 3h )
; 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 956db00..f163e8d 100644
--- a/bind/fake-222/jones.dk
+++ b/bind/fake-222/jones.dk
@@ -1,5 +1,5 @@
$TTL 1w
-@ IN SOA localhost. root.localhost. ( 1 604800 86400 2419200 10800 ) ; 1 1w 1d 1mo 3h
+@ IN SOA localhost. root.localhost. ( 1 1w 1d 30d 3h )
; Public zone roots, mailhubs and non-CNAME services (use A)
NS localhost.
diff --git a/bind/pri/JONES b/bind/pri/JONES
index e990319..4e6f523 100644
--- a/bind/pri/JONES
+++ b/bind/pri/JONES
@@ -1,7 +1,7 @@
$TTL 1h
@ SOA dns.jones.dk. dr.jones.dk. (
2013110601
- 1h 30mi 1w 1h )
+ 1h 30m 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 fc194bf..b6b81ee 100644
--- a/bind/pri/JONES-mailonly
+++ b/bind/pri/JONES-mailonly
@@ -1,7 +1,7 @@
$TTL 1h
@ SOA dns.jones.dk. dr.jones.dk. (
2013110601
- 1h 30mi 1w 1h )
+ 1h 30m 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 a27fb5f..648778e 100644
--- a/bind/pri/JONES-nomail
+++ b/bind/pri/JONES-nomail
@@ -1,7 +1,7 @@
$TTL 1h
@ SOA dns.jones.dk. dr.jones.dk. (
2012061701
- 1h 30mi 1w 1h )
+ 1h 30m 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 1f5d08f..5f652cd 100644
--- a/bind/pri/OFF
+++ b/bind/pri/OFF
@@ -1,7 +1,7 @@
$TTL 3600
@ SOA dns.jones.dk. dr.jones.dk. (
2009062901
- 1h 30mi 1w 1h )
+ 1h 30m 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 4d50281..b7da839 100644
--- a/bind/pri/jones.dk
+++ b/bind/pri/jones.dk
@@ -1,7 +1,7 @@
$TTL 1h
@ IN SOA dns.jones.dk. dr.jones.dk. (
2014051701
- 3600 1800 604800 3600 ) ; 1h 30mi 1w 1h
+ 1h 30m 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 dd21f1f..978f30a 100644
--- a/bind/pri/xpositionreverse.org
+++ b/bind/pri/xpositionreverse.org
@@ -1,7 +1,7 @@
$TTL 1h
@ SOA dns.jones.dk. dr.jones.dk. (
2009062901
- 1h 30mi 1w 1h )
+ 1h 30m 1w 1h )
; Public zone roots, mailhubs and non-CNAME services (use A)
NS dns.jones.dk.