• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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