dns is not updating

dannygoh

Verified User
Joined
Feb 9, 2004
Messages
391
Location
Malaysia
everything i do on the dns, i need to click on the restart named deamon on the admin panel.

please help?
 
Hello,

You can try installing a new named boot script (RedHat):
Code:
wget -O /etc/init.d/named [url]http://www.directadmin.com/named[/url]
chmod 755 /etc/init.d/named
chkconfig named reset
The boot script that comes with bind doesn't seem to be consistent.

John
 
Back
Top