diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-06-19 16:06:25 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-06-19 16:06:29 +0200 |
commit | b7483e15e49c4717e6b629c51ffd4d609205488a (patch) | |
tree | 7bee69fee789d161eb0574d2fb451e77d08f919e | |
parent | 5c099f3b38a10635c6e3e6c918262a6a264df0d0 (diff) |
Fix lower negative TTL for fake zones to maximum permitted: 3h.
-rw-r--r-- | bind/fake-222/192.168.222 | 2 | ||||
-rw-r--r-- | bind/fake-222/JONES | 2 | ||||
-rw-r--r-- | bind/fake-222/JONES-mailonly | 2 | ||||
-rw-r--r-- | bind/fake-222/JONES-nomail | 2 | ||||
-rw-r--r-- | bind/fake-222/OFF | 2 | ||||
-rw-r--r-- | bind/fake-222/jones.dk | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/bind/fake-222/192.168.222 b/bind/fake-222/192.168.222 index c656223..2e85d07 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 1w ) +@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 3h ) ; @ NS localhost. ; diff --git a/bind/fake-222/JONES b/bind/fake-222/JONES index 59465e3..c3519e2 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 1w ) +@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 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 f79ab96..0066bab 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 1w ) +@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 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 1a13283..5bec905 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 1w ) +@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 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 1eaf3c2..5239a56 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 1w ) +@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 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 cc89a9c..59879b4 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 1w 1d 1mo 1w ) +@ IN SOA localhost. root.localhost. ( 1 1w 1d 1mo 3h ) ; Public zone roots, mailhubs and non-CNAME services (use A) NS localhost. |