Control Web Panel

WebPanel => Installation => Topic started by: johnzapf on November 07, 2020, 03:20:56 AM

Title: How can I completely turn off the DNS part of CWP
Post by: johnzapf on November 07, 2020, 03:20:56 AM
How can I completely turn off the DNS part of CWP?

I am only hosting a few websites and GoDaddy holds my DNS so I want to disable/turnoff/remove DNS from CWP I do not need it at all.

Title: Re: How can I completely turn off the DNS part of CWP
Post by: Igor S. on November 10, 2020, 12:59:46 PM
Hi, just stop and disable named:
Code: [Select]
systemctl stop named
systemctl disable named
You can also delete it but this is not nessessary.
Title: Re: How can I completely turn off the DNS part of CWP
Post by: grantwilson on February 05, 2021, 10:35:02 AM
CWP lab phd pimion (https://pimion.com/buy-thesis/)

How can I completely turn off the DNS part of CWP?

I am only hosting a few websites and GoDaddy holds my DNS so I want to disable/turnoff/remove DNS from CWP I do not need it at all.


Just in case you need this as well.

Answers: How do I remove DNS server or rebuild DNS completely:
http://forum.centos-webpanel.com/index.php?topic=7308.0
Title: Re: How can I completely turn off the DNS part of CWP
Post by: Painkiller88 on March 20, 2021, 07:14:24 AM
Most hosters do not allow you to open port 53 (DNS) in any way if you are a private customer and not a company.

So even with running DNS in CWP the CWP Zones aren't taken.

To make the DNS Zones working you really need to have port 53 open, and thats what most ISP deny for security reasons, and you need to set your CWP Nameservers on your Hoster/Registrar to work properly.

So also on mine, CWP DNS Zones are just here for info and i need to add SPF, DomainKey etc to my real hoster to work, as i don't have 53 open to the world.

Just don't care about the CWP local DNS zones or deactivate it like igor told you.