diff --git a/update_dns_zones_centos b/update_dns_zones_centos new file mode 100644 index 0000000..75310ef --- /dev/null +++ b/update_dns_zones_centos @@ -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 \ No newline at end of file