Hi All,
How and where can I configure the default values, such as ttl, for new DNS zones?
This is all new to me and any help would be muchly appreciated.![]()
Hi All,
How and where can I configure the default values, such as ttl, for new DNS zones?
This is all new to me and any help would be muchly appreciated.![]()
It would require modifying cpanel scripts and then locking those scripts from being updated.
Not recommended unless you a very comfortable with shell commands, like diff, vi, etc... As every once and while you would need to update these scripts with cPanel's changes.
Regards,
David
Forum Moderator
Yeah the TTL is way to long (24 hours)Originally posted by dgbaker
It would require modifying cpanel scripts and then locking those scripts from being updated.
Not recommended unless you a very comfortable with shell commands, like diff, vi, etc... As every once and while you would need to update these scripts with cPanel's changes.
I ant it to be 3 or 8 definitly not 24 :-/
cPanel.net Support Ticket Number:
You can edit these values in the wwwacct file in /scripts.
cPanel.net Support Ticket Number:
The rest of those who have gone before us cannot steady the unrest of those to follow.
Originally posted by ciphervendor
You can edit these values in the wwwacct file in /scripts.
cPanel.net Support Ticket Number:
yep, but when parking a domian it still uses 86400
i tried modifying park script
but i didn't do it.
i did a grep for that value on the script directory
and there's no mention to that value, yet it still uses it for parking domains.
Any ideas?
cPanel.net Support Ticket Number:
It`s in the following 3 three scripts;
adddns Line 104
wwwacct Line 1119
park Line 132
Check those.
cPanel.net Support Ticket Number:
Regards,
David
Forum Moderator
Originally posted by dgbaker
It`s in the following 3 three scripts;
adddns Line 104
wwwacct Line 1119
park Line 132
Check those.
cPanel.net Support Ticket Number:
yep i changed those
like i said i do grep on the directory and dont come up with any file containing that value.
it only happens in parking domains.
cPanel.net Support Ticket Number:
Thanks for all the replies, very much appreciated