Hello,
I see that the default zone TTL is governed by the variable %ttl% and the NS TTL is governed by %nsttl%. Both of these appears to be set to 14400. It also appears that automatically generated TXT records also have a default TTL of 14400.
Is there a way to change the value of %ttl% and %nsttl% and the TXT default TTL's? Or do I simply change these variables to a static value that I desire in the zone templates?
I see that the default zone TTL is governed by the variable %ttl% and the NS TTL is governed by %nsttl%. Both of these appears to be set to 14400. It also appears that automatically generated TXT records also have a default TTL of 14400.
Is there a way to change the value of %ttl% and %nsttl% and the TXT default TTL's? Or do I simply change these variables to a static value that I desire in the zone templates?
Code:
; cPanel %cpversion%
; Zone file for %domain%
$TTL %ttl%
@ %nsttl% IN SOA %nameserver%. %rpemail%. (
%serial% ; serial, todays date+todays
3600 ; refresh, seconds
7200 ; retry, seconds
1209600 ; expire, seconds
3600 ) ; minimum, seconds
%domain%. %nsttl% IN NS %nameserver%.
%domain%. %nsttl% IN NS %nameserver2%.
%domain%. %nsttl% IN NS %nameserver3%.
%domain%. %nsttl% IN NS %nameserver4%.
%nameserverentry%. IN A %nameservera%
%nameserverentry2%. IN A %nameservera2%
%nameserverentry3%. IN A %nameservera3%
%nameserverentry4%. IN A %nameservera4%
%domain%. IN A %ip%
%domain%. IN AAAA %ipv6%
%domain%. IN MX 0 %domain%.
mail IN CNAME %domain%.
www IN CNAME %domain%.
ftp IN A %ftpip%
ftp IN AAAA %ipv6%