From b7483e15e49c4717e6b629c51ffd4d609205488a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 19 Jun 2014 16:06:25 +0200 Subject: Fix lower negative TTL for fake zones to maximum permitted: 3h. --- bind/fake-222/192.168.222 | 2 +- bind/fake-222/JONES | 2 +- bind/fake-222/JONES-mailonly | 2 +- bind/fake-222/JONES-nomail | 2 +- bind/fake-222/OFF | 2 +- bind/fake-222/jones.dk | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'bind/fake-222') 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. -- cgit v1.2.3