оригинал статьи тут This is usually a work around for DNS clustering on two Plesk servers. But should work without problems on any Linux server, just some paths will need to be modified. 1. Install the following script in /var/named/run-root/etc on the primary server: ——————————————————————————————————————————– #!/bin/sh MASTER=CHANGEME NAMED_ROOT=/var/named/run-root/etc HTTPDOCS=/var/www/vhosts/default/htdocs/ egrep “^zone” $NAMED_ROOT/named.conf |egrep -iv “arpa|\”\.” [...]
All posts in category DNS