Use PowerDNS as a slаve DNS
Nameservers are running PowerDNS and they automatically create new DNS slаve zones if they receive a NOTIFY from preconfigured IP's.
Plesk server were added to the list of IP addresses on the slаve DNS.
Now, it is required to modufy configuration in named.conf as follows:
options {
allow-transfer { x.x.x.x; };
notify yes;
also-notify { x.x.x.x; };
};
But /etc/named.conf file does allow custom configurations only if it is between these lines, which is outside of required section:
// -- PLEASE ADD YOUR CUSTOM DIRECTIVES BELOW THIS LINE. --
// ...
// -- END OF YOUR CUSTOM DIRECTIVES. --
Sorry, but PowerDNS is not supported DNS server for Plesk. We can’t consider problems with your customization as feature request.
You can vote for PowerDNS here https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/6473577-powerdns-support
—
IG