• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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