• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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