Update page 'Setting up a .tilde DNS server'

ubergeek 2018-11-27 08:32:03 -05:00
parent 9ea86236df
commit 0acc6140b0
1 changed files with 1 additions and 0 deletions

@ -36,6 +36,7 @@ cd /var/tilde/
sudo mkdir /etc/bind/
sudo cp db.* /etc/bind/
sudo cp named.conf.* /etc/bind/
echo "include \"/etc/bind/named.conf.local\";" | sudo tee -a /etc/named.conf
```
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: