Merge branch 'master' of deepend/.tilde into master

This commit is contained in:
ubergeek 2018-11-25 10:52:02 -05:00 committed by Gitea
commit 1f1562c15a
1 changed files with 11 additions and 0 deletions

11
update_dns_zones_centos Normal file
View File

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