• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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
 
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