• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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