Based on your suggestions, I have made a template zone file to base all new zones on, do you agree with this?

* When I need to change to a low TTL for migration needs, what would be the approach to that with this template format?

$TTL 1D
@       IN      SOA     ns1.hostwizard.com. scott.hostwizard.com. (
                200810011       ; serial, todays date + todays serial #
                8H              ; refresh
                2H              ; retry
                4W              ; expire
                1H )            ; minimum
@       IN      NS      ns1.hostwizard.com.
@       IN      NS      ns1.nacio.com.
@ IN MX 10 gonepostal.hostwizard.com. ; Primary Mail Exchanger

; email server base
pop     IN      A       64.84.37.6
smtp    IN      A       64.84.37.6
imap    IN      A       64.84.37.6
@       IN      TXT     "v=spf1 ip4:64.84.37.0/26 ?all"

; http website base
;@      IN      A       64.84.37.x
;www    IN      A       64.84.37.x
;ftp    IN      A       64.84.37.x

On Nov 25, 2008, at 10:17 PM, Res wrote:

this is overly messy, you are better off just setting your base TTL to 300
and be done with it until your move then reset it all back to 1d.

--
Scott

_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to