$TTL - does this "overwrite" the SOA ttl value?
Let's say we have a zonefile that looks like this:
Code:
$TTL 86400
foo.com. IN SOA ns.joe.com. root.foo.com. (
2003080800 ; se = serial number
18000 ; ref = refresh
900 ; ret = update retry
259200 ; ex = expiry
10800 ; min = minimum
)
(ie: Moving a domain from one server to another.)

