mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 03:50:19 +00:00
Added update script for ubuntu
This commit is contained in:
11
update_dns_zones_ubuntu
Executable file
11
update_dns_zones_ubuntu
Executable 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
|
||||
Reference in New Issue
Block a user