Using the BIND provider, if we set DEFAULTS( DefaultTTL(60000) ); or adding DefaultTTL(60000), to the D( I would expect the $TTL to change in the resulting .zone file, instead a TTL is added to each record. This seems like incorrect behavior. $TTL is always 300 (which I believe is being pulled from https://github.com/StackExchange/dnscontrol/blob/master/models/dns.go#L18 )