I have the following zone file:
$ORIGIN domain.com
$TTL 3600
;; SOA Record
@ IN SOA carrera.ns.cloudflare.com. dns.cloudflare.com. (
2046993665 ; Serial
10000 ; Refresh
2400 ; Retry
604800 ; Expire
3600 ; Minimum TTL
)
# ...list of records follow here
When I import into Cloudflare, I want the TTL to be set to Cloudflare’s ‘auto’ instead of 3600. Is this possible with the zone file import?