changing domain update times etc

nzyme

Verified User
Joined
Dec 23, 2006
Messages
103
Location
NL
is it possible to edit the 'timers' of a domain zone ? eg. the update period ?
 
Yes, it is. Just edit /var/named/domain.com.db file and change them.
 
Then the answer is: no, it isn't :) You can require it as a feature request.
 
You can also change all zones by moving the proper template(s) from the template directory to the custom subdirectory, and editing them there. Then run this:
Code:
# echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue
Jeff
 
You can also change all zones by moving the proper template(s) from the template directory to the custom subdirectory, and editing them there. Then run this:
Code:
# echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue
Jeff

I have some domains with e.g. an extra A record, what will happen with this settings? Will only the serials and TTL etc. be updated or also the rest?
 
It would be nice to have the ability to modify the SOA for a DNS zone in DirectAdmin's DNS Manager. In addition, I think it would also be great if you could modify a DNS entry without having to delete and recreate it. I sent this as an enhancement request to John.
 
Last edited:
Back
Top