Install free DirectSlave version 3.4.2 for DirectAdmin control panel on CentOS 7 64 bit as free DNS Cluster solutions.
I have taken it and modified it to work with DirectSlave GO Advanced version dor DirectAdmin. This shell script was installed on CentOS 7 64bit machine all works with NO issues.
If you have another OS you will need a bit to modify the script.
Running DirectSlave as secondary DNS Cluster for DirectAdmin control panel
Maintain updated documentation / tutorials on how to install & configure DirectSlave GO Advanced
Run command:
chmod +x directslave-install.sh
./directslave-install.sh (user) (passwd) (IP server DirectAdmin)
for customize DirectAdmin port, please use :
./directslave-install.sh (user) (passwd) (IP server DirectAdmin:port number)
On the server DirectSlave
options {
listen-on port 53 { any; };
listen-on-v6 port 53 { none; };
allow-query { any; };
allow-notify { DirectAdmin_IP_server; };
allow-transfer { DirectAdmin_IP_server; };
On the server DirectAdmin
options {
listen-on port 53 { any; };
listen-on-v6 port 53 { none; };
allow-query { any; };
allow-notify { DirectSlave_IP_server_1, DirectSlave_IP_server_2; };
allow-transfer { DirectSlave_IP_server_1, DirectSlave_IP_server_2; };
Installing DirectSlave including DirectSlave 3.2 with XSS patch
Root install check
Remove fail2ban and migrate to Firewalld
SSHD port updating
Install check
Original script by jordivn at https://forum.directadmin.com/showthread.php?t=43924&page=22&p=278112#post278112
DirectSlave software from https://directslave.com/download
VPS server provided by https://e-padi.com