• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

named.conf file bug

C

choonkiat

Guest
Hi,

Extra lines (highlighted in red) will appear in the named.conf file whenever any DNS changes make by the plesk via the web interface.

A sample problem of the named.conf file (problem highlight in red).

zone "xxx.com" {
type master;
file "xxx.com";
allow-transfer {
xxx.xx.xxx.xxx;
xxx.xx.xxx.xxx;
common-allow-transfer;
};
};


common-allow-transfer;
};
};


zone "next_xxx.com" {
type master;
file "next_xxx.com";
allow-transfer {
xxx.xx.xxx.xxx;
xxx.xx.xxx.xxx;
common-allow-transfer;
};
};

After remove the line and restart named service. Then the DNS will work properly again.
Any advice on what is wrong?
 
Back
Top