DA DNS sync question

Nerigal

Verified User
Joined
Jul 6, 2009
Messages
124
i got a ns1. with a list of more then 3000 domains...

i would like to know if this command...
echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue

would correctly sync domain from ns1 to our new ns2. without trashing and duplicating entries already in ns2.

you can assume multi server setup

thanks .
 
Last edited:
You know know how master-slave dns works right? Then yes.
 
Master-Slave DNS replication and DirectAdmin Multi-Server DNS are two very different things. The former uses slave DNS zone files, and requires a method for rewriting the named.conf file on the slave to query the master to get the slave DNS zone file.

The latter uses master DNS zones on both servers, and DirectAdmin automatically transfers them between the servers.

All that said, yes, Nerigal's command should work. With 3000 domains it may take a while to synchronize, though.

Jeff
 
Back
Top