disable bind

Conrad

Verified User
Joined
Aug 6, 2005
Messages
41
Location
Stolwijk
I use external dnsservers for all my domains.

Is it possible to disable bind on a DA server?
Or are their some issues about that?

I think i don't need local dns servers??

Someone is really abusing my nameservers, because i have 17% load from named,
and i did add recursion no to named.conf.
 
Last edited:
You can shut off the program but you must keep the files intact. Just stop it from within the control panel and it will not restart.

You might also have to change it so it doesnt start on boot.

Code:
chkconfig named off
 
Back
Top