From 8cda4014fd534ec0c35d83414f443a13d64ab23c Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sun, 12 May 2013 17:30:07 -0400 Subject: [PATCH] Change the intervals in the SOA record Based on the example at http://en.wikipedia.org/wiki/Zone_file and explanation at http://www.zytrax.com/books/dns/ch8/soa.html, put new expiry, refresh, etc. intervals in the SOA record, partially to make changes quicker to make. --- pri/combined-dehnerts.zone | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pri/combined-dehnerts.zone b/pri/combined-dehnerts.zone index 5fd8b31..8287e04 100644 --- a/pri/combined-dehnerts.zone +++ b/pri/combined-dehnerts.zone @@ -1,10 +1,11 @@ -$TTL 1D -@ IN SOA ns root ( - 2013022403 ; Serial - 28800 ; Refresh - 14400 ; Retry - 86400 ; Expire - 1 week - 86400 ) ; Minimum +$TTL 1h +@ IN SOA ns root ( + 2013051202 ; Serial + 4h ; slave refresh + 15m ; slave retry time in case of a problem + 4w ; slave expiration time + 1h ; maximum caching time in case of failed lookups (1 hour) + ) IN NS ns1.dehnerts.com. ; IN NS ns2.dehnerts.com. IN NS ns1.sipb.org. -- 2.34.1