Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
dns slave and master
dns slave and master
Hello everyone:
I have 2 vps servers, both have vesta. I installed vesta in the 2 domains:
dominio1.com, when I add a domain, I offer these dns (ns1.dominio1.com / ns2.dominio1.com)
dominio2.com when a website would like to add here, I would also use (ns1.dominio1.com / ns2.dominio2.com), you could?
I hope you can tell me how?
And also let me know if this affects the performance of my server.
Thanks
I have 2 vps servers, both have vesta. I installed vesta in the 2 domains:
dominio1.com, when I add a domain, I offer these dns (ns1.dominio1.com / ns2.dominio1.com)
dominio2.com when a website would like to add here, I would also use (ns1.dominio1.com / ns2.dominio2.com), you could?
I hope you can tell me how?
And also let me know if this affects the performance of my server.
Thanks
Re: dns slave and master
1. create on both server user dns-cluster
2.
on server ns1.dominio1.com execute
on server ns2.dominio2.com execute
executes very fast
synchronization dns every 5 minutes
admin cron task: */5 * * * * sudo /usr/local/vesta/bin/v-update-sys-queue dns-cluster
2.
on server ns1.dominio1.com execute
Code: Select all
/usr/local/vesta/bin/v-add-remote-dns-host {IP ns2.dominio2.com} 8083 admin password api dns-cluster
Code: Select all
/usr/local/vesta/bin/v-add-remote-dns-host {IP ns1.dominio1.com} 8083 admin password api dns-cluster
synchronization dns every 5 minutes
admin cron task: */5 * * * * sudo /usr/local/vesta/bin/v-update-sys-queue dns-cluster