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.
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=
`.