mirror of
https://github.com/TildeNIC/.tilde.git
synced 2026-01-24 12:00:19 +00:00
11 lines
129 B
Bash
11 lines
129 B
Bash
#!/bin/bash
|
|
|
|
cd /var/tilde
|
|
|
|
git pull
|
|
|
|
cp db.*.* /etc/bind/
|
|
cp named.conf.* /etc/bind/
|
|
cp named.conf /etc/
|
|
|
|
systemctl reload named |