Thanks, I knew of this function but it's too time consuming going through 1 record at a time to check the TTL values.
If there's a method to view all TTL values at once that would be great ! – dallasclarkSep 15 '12 at 12:13
In such case you will need to use CLI interface and manage DNS zones manually. By default you can find DNS zones of configured domains at /var/named/*.db . Make sure that you increment DNS zone serial numbers after zone modification. – likSep 18 '12 at 0:34
That gives me another idea, thanks for pointing out the location of the DNS records. – dallasclarkSep 18 '12 at 6:25