Change the intervals in the SOA record
authorAlex Dehnert <adehnert@mit.edu>
Sun, 12 May 2013 21:30:07 +0000 (17:30 -0400)
committerAlex Dehnert <adehnert@mit.edu>
Sun, 12 May 2013 21:30:07 +0000 (17:30 -0400)
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

index 5fd8b3140f268ada498be98a5f40ec19afba398c..8287e04af468bd4982a488e5ae8701842b739c89 100644 (file)
@@ -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.