• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Secondary name server

C

carls

Guest
I have my Plesk server which is also my primary DNS server running BIND 9. I also have a linux secondary DNS server in another location. Right now, each time an account is added to the primary, I have to manually add it to the secondary. Is there a solution that can update the secondary automatically so I do not have to do this?

Thanks,

Carl
 
Probably it is worth to use Plesk event handler:

ftp://download1.swsoft.com/Plesk/Plesk8.6/Doc/en-US/plesk-8.6-win-administrators-guide/28447.htm

ftp://download1.swsoft.com/Plesk/Pl...6-win-advanced-administration-guide/49401.htm

Write script to create dns zone at linux server. Install some ssh client on windows server with Plesk.

Configure event handler in Plesk for "domain created" event to run script on linux server with ssh client.

You can get domain name in Plesk event handler with <new_domain_name> parameter.

Something like this.
 
Back
Top