• 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

Question I need "allow-update" in zone file

Raba

New Pleskian
Hello,

I would like to insert a "allow-update" in DNS in a zone section.

Unfortunately, this is a section in named.conf that will be overridden by Plesk.

What can I do to prevent this from happening?

Ralph
 
Looks like there's actually a special spot in that file;

1zpksiv.png
 
I just realized I read your question wrong, you'll have to add it as options instead of at the zone level.

Code:
options {
....
   also-notify {1.1.1.1; 2.2.2.2;};
....
};
 
Thanks for your hint, but there is only written:

"Hello,
I already found the problem.
Solved!!!!"

What shal I do with such answer?

Ralph
 
Back
Top