From: Alex Dehnert Date: Sun, 12 May 2013 21:30:07 +0000 (-0400) Subject: Change the intervals in the SOA record X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=8cda4014fd534ec0c35d83414f443a13d64ab23c;hp=46c80495fdf865419e2cc685cd5aeaff83eca908;p=sysconfig%2Fbind.git 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. --- 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.