Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

With WHM/cPanel, is there a possibility to view all DNS records at once?

I'm particularly interested to view the TTL values of each record.

share|improve this question

1 Answer

You can edit DNS zone records, including TTL, using WebHostManager interface:

WHM -> DNS Functions -> Edit DNS Zone
share|improve this answer
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 ! – dallasclark Sep 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. – lik Sep 18 '12 at 0:34
That gives me another idea, thanks for pointing out the location of the DNS records. – dallasclark Sep 18 '12 at 6:25

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.