Hello.
My English isn't very good.
I hope my English mistakes haven't put you off.
I have two servers.
One is cPanel/WHM installed. Another one is cPanel DNSOnly installed.
cPanel/WHM is primary DNS server(NSD), cPanel DNSOnly is secondly DNS server(MyDNS).
I set that TTL is 14400(default) on cPanel/WHM.
But when I add a domain on WHM, secondly DNS server's TTL is fixed to 86400.
Primary:
Secondly:
14400 is written in /var/named/example.com.db on secondly DNS server.
But 86400 is written in MySQL record of MyDNS on secondly DNS server.
My guess is that if I use BIND, then TTL will be correct.
However, I want using MyDNS.
Is there anything I should confirm?
Thanks!
My English isn't very good.
I hope my English mistakes haven't put you off.
I have two servers.
One is cPanel/WHM installed. Another one is cPanel DNSOnly installed.
cPanel/WHM is primary DNS server(NSD), cPanel DNSOnly is secondly DNS server(MyDNS).
I set that TTL is 14400(default) on cPanel/WHM.
But when I add a domain on WHM, secondly DNS server's TTL is fixed to 86400.
Primary:
Code:
# dig @primary-dns mail.example.com a
example.com. 14400 IN A 192.168.0.1
Code:
# dig @secondly-dns mail.example.com a
example.com. 86400 IN A 192.168.0.1
But 86400 is written in MySQL record of MyDNS on secondly DNS server.
My guess is that if I use BIND, then TTL will be correct.
However, I want using MyDNS.
Is there anything I should confirm?
Thanks!