Page 1 of 1

Using DigitalOcean's DNS C/P - Can I disable named service?

Posted: Sat Jul 26, 2014 7:34 pm
by dustindauncey
I am using Digital Ocean's DNS control panel and using their name servers for redundancy as I only have one VPS. With that said, is it wise to disable named service so it isn't consuming memory, or does that need to remain for other functionality to occur like a lookup to an RBL in Spamassassin, for example? Basically Vesta CP's DNS functionality I do not plan on using right now and would like to disable it's services used so I can save the system memory from it.

Re: Using DigitalOcean's DNS C/P - Can I disable named servi

Posted: Sun Jul 27, 2014 12:02 am
by erldcrtz
dustindauncey wrote:I am using Digital Ocean's DNS control panel and using their name servers for redundancy as I only have one VPS. With that said, is it wise to disable named service so it isn't consuming memory, or does that need to remain for other functionality to occur like a lookup to an RBL in Spamassassin, for example? Basically Vesta CP's DNS functionality I do not plan on using right now and would like to disable it's services used so I can save the system memory from it.
yes you can disable services that you are not using... I use cloudflare for my DNS management

Re: Using DigitalOcean's DNS C/P - Can I disable named servi

Posted: Sun Jul 27, 2014 8:04 am
by dustindauncey
erldcrtz wrote:yes you can disable services that you are not using... I use cloudflare for my DNS management
Excellent, thank you! Glad to know that.

Re: Using DigitalOcean's DNS C/P - Can I disable named servi

Posted: Sun Jul 27, 2014 6:17 pm
by imperio
Yes, you can disable dns server

for centos

Code: Select all

service named stop
chkconfig —del named
debian
ubuntu

Code: Select all

/etc/init.d/bind9 stop
update-rc.d -f bind9 remove

Re: Using DigitalOcean's DNS C/P - Can I disable named servi

Posted: Mon Jul 28, 2014 4:01 pm
by dustindauncey
imperio wrote:Yes, you can disable dns server

for centos

Code: Select all

service named stop
chkconfig —del named
Thank you imperio. I have done this now and will watch and see how it goes. So far so good. :-)

Re: Using DigitalOcean's DNS C/P - Can I disable named servi

Posted: Thu Sep 11, 2014 2:39 am
by dakser
Hi, excuse me, are there any way to remove the DNS button in a case like this when it's not using this service? Thanks in advance.