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

How to integrate slave DNS with Plesk

MisterU

Program manager
Staff member
Hello,

We have published an article about the 'Slave DNS' Plesk extension in our blog. We appreciate any comments. I hope that somebody will be inspired by this article and will create an extension, for example, for PowerDNS.

P.S. Parallels does not provide technical support services for this Plesk extension. The extension is intended to serve as example of how certain technical tasks can be accomplished.
 
Hey thanks for that,
I did everything as explained in the tutorial, but I have the problem, that the Slave doesn't create the DNS zone on updating.
 
Thank you ! I was waiting years for something like this. But, the doc and help is to clear enough, at least for me :-( In help section, it is not clear when settings are remote or local, when slave is remote or local, etc.
 
There are three steps to setting up DNS for websites

Thank you ! I was waiting years for something like this. But, the doc and help is to clear enough, at least for me :-( In help section, it is not clear when settings are remote or local, when slave is remote or local, etc.

There are three steps to setting up DNS for websites hosted on your Dedicated or Virtual Private Server (VPS) using Plesk 10.x:

Create a zone file for your domain name in Parallels Plesk Panel.
Create and register two domain hosts.
Assign your nameservers to your registered domain name.
 
stopped working on 11.5.30 Update #36?

Looks like that stopped working on 11.5.30 Update #36 i've got today.
custom-backend does not receive "create"
that's print_r for json_decode from stdin:

Array
(
[0] => stdClass Object
(
[command] => update
[zone] => stdClass Object
...skipped...
)

[1] => stdClass Object
(
[command] => createPTRs
[ptr] => stdClass Object
(
[ip_address] => IPv4
[hostname] => dsdfsdasdafaf.none
)

)

[2] => stdClass Object
(
[command] => createPTRs
[ptr] => stdClass Object
(
[ip_address] => IPv6
[hostname] => dsdfsdasdafaf.none
)

)
)
 
Back
Top