Update page 'Setting up a .tilde DNS server'

ubergeek 2018-11-27 08:23:32 -05:00
parent 6a7338511f
commit 9ea86236df
1 changed files with 1 additions and 1 deletions

@ -41,7 +41,7 @@ sudo cp named.conf.* /etc/bind/
You will have to modify /etc/named.conf to include "/etc/bind/named.conf.local" in order for the above to work correctly. Then you can do the following:
```
sudo systemctl restart bind9
sudo systemctl restart named
sudo journalctl -xe
```