Plesk

Unable to start named/bind DNS in Plesk: unknown option ‘version’

Symptoms

Cause

Custom directive include "/etc/named-user-options.conf" specified in /etc/named.conf

Resolution

  1. Login to the server via SSH.
  2. Check that include "/etc/named-user-options.conf" is included only in the top of /etc/named.conf, This directive must exist only once within the file:

    options {
    include "/etc/named-user-options.conf";
    allow-recursion {
    localnets;
    };

  3. Remove any extra include "/etc/named-user-options.conf" directives, save and close the file.
  4. Restart the bind/named service:

# systemctl restart named-chroot