cPanel zcloudagent views

  • Thursday, 7th November, 2024
  • 10:49am

It has come to our attention that on a recent cPanel update the `/etc/named.conf` file has been modified and might interfere with zcloudagent's operation.
If your `named` configuration file was previously using "views", the cPanel update gets rid of these views which makes `zcloudagent` inoperable.

Verifying if views are used currently

To verify if your `named` conf uses views a simple `grep "^view" /etc/named.conf` is enough.
If the command produces output it means your current setup uses "views" and your `/etc/zcloudagent.conf` should have `ACTIVE_VIEW=external`.  
If the command doesn't produce any output it means your current setup does not use "views" and your `/etc/zcloudagent.conf` should have `ACTIVE_VIEW=`.

« Back