• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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