• 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

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