From 5c099f3b38a10635c6e3e6c918262a6a264df0d0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 19 Jun 2014 16:05:10 +0200 Subject: Compact header (TTL and SOA records). --- bind/fake-222/192.168.222 | 9 ++------- bind/fake-222/JONES | 9 ++------- bind/fake-222/JONES-mailonly | 9 ++------- bind/fake-222/JONES-nomail | 9 ++------- bind/fake-222/OFF | 9 ++------- bind/fake-222/jones.dk | 10 ++-------- 6 files changed, 12 insertions(+), 43 deletions(-) (limited to 'bind/fake-222') 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. -- cgit v1.2.3