Hi,
I need to edit my /etc/named.conf file to include some custom BIND configuration.
Everytime I edit /etc/named.conf and restart BIND, things work perfectly, until PLESK re-creates the zone files and /etc/named.conf.
PLESK adds the following code:
acl common-allow-transfer {
none;
};
ALL I would like is for PLESK to add the code as follows:
acl common-allow-transfer {
x.x.x.x;
};
Where x.x.x.x is the IP address of my Secondary DNS server.
I am sure that one can achieve this but how is my question.
Any help/pointers will be appreciated.
Regards,
-Carl