Disable DNS config in dashboard?

Hi all.
Is there an option somewhere to disable the option in the top of the dashboard that allows the users to create DNS zones? I don’t want my users to use the server as a public DNS server. All of their domain names use either their registrar’s DNS or some other public DNS services such as dnsexit.com or dnsmadeeasy.com. I don’t want them thinking that they can control their DNS from the Hestia control panel. I’d like to just not even have DNS show as a config option at the top of the dashboard.

Thanks
–Dan

If you don’t use and want to disable dns, you can adjust your hestia.conf file under $HESTIA/conf/ and remove bind9, so it should look like:

...
DNS_SYSTEM=''
...
6 Likes

PERFECT! That did exactly what I wanted.
Thanks!
–Dan

1 Like