• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

DNS Replication

C

chrisw914

Guest
Is there a program that i could use to replicate the DNS entries in plesk to another server creating two seperate nameservers. For Example:

Plesk Server has IP of 111.222.333.444 and runs ns1.mydomain.com

I want to have a second server with ip of 111.222.333.555 and runs ns2.mydomain.com

I want it to replicate what is in the main server automatically when domains are created. Is the possible or do i have to manually do this.

Also if any other suggestions for using two DNS servers.

Thanks for any information
 
write a script to read the domains from your plesk server, and output the bind slave DNS include.

then on the 'slave' server, read the include file, via http, ftp, etc.. your choice, and check it to see if it's valid, if so, include it & restart bind.

i've got a foolproof setup on linux w/ shell scripts. but I also have an old php version for the master server (shared hosting box)
 
Back
Top