• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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