Update page 'Setting up a .tilde DNS server'

ubergeek 2018-11-23 22:05:59 -05:00
parent cc55547aca
commit 6cf412a0cf
1 changed files with 1 additions and 0 deletions

@ -52,6 +52,7 @@ To update the zone files, go to /var/tilde, and execute:
sudo git pull
sudo cp db.* /etc/bind/
sudo cp named.conf.* /etc/bind/
sudo cp named.conf /etc/named.conf
sudo systemctl reload bind9
sudo journalctl -xe
```