mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 03:50:19 +00:00
14 lines
168 B
Bash
Executable File
14 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /var/tilde/
|
|
|
|
git pull
|
|
|
|
cp /var/tilde/db* /etc/bind/
|
|
|
|
cp /var/tilde/named.conf.* /etc/bind/
|
|
|
|
cp /var/tilde/named.conf /etc/bind/
|
|
|
|
systemctl reload bind9
|