• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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