mirror of https://github.com/TildeNIC/.tilde.git
Update update_dns_zones_ubuntu
This commit is contained in:
parent
4d5309da51
commit
cc357af584
|
@ -4,10 +4,10 @@ cd /var/tilde/
|
||||||
|
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
cp /var/tilde/db* /etc/bind/
|
cp -f /var/tilde/db* /etc/bind/
|
||||||
|
|
||||||
cp /var/tilde/named.conf.* /etc/bind/
|
cp -f /var/tilde/named.conf.* /etc/bind/
|
||||||
|
|
||||||
cp /var/tilde/named.conf /etc/bind/
|
cp -f /var/tilde/named.conf /etc/bind/
|
||||||
|
|
||||||
systemctl reload bind9
|
systemctl reload bind9
|
||||||
|
|
Loading…
Reference in New Issue