Added update script for ubuntu

This commit is contained in:
root 2018-11-25 23:03:15 +00:00
parent b6da64f205
commit b400f22cae
1 changed files with 11 additions and 0 deletions

11
update_dns_zones_ubuntu Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
cd /var/tilde/
git pull
cp /var/tilde/db* /etc/bind/
cp /var/tilde/named.conf.* /etc/bind/
systemctl reload bind9