On Wed, Jul 20, 2005 at 01:41:43PM +0100, Liam Kennedy wrote:
> so in the absence of $TTL it is using 3600
> do you know where it is getting this from - is it an NSD default?
yes, the zone compiler calls zone_open with a default of "3600" (strange
enough, that's not DEFAULT_TTL although it matches its value). Could be
made an option ("-t"?) to zonec, though.
-Peter