changed centos instructions.

deepend 2018-12-22 01:52:03 -05:00
parent ba2657a911
commit 25577d5b4b
1 changed files with 3 additions and 1 deletions

@ -41,7 +41,9 @@ 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
sudo cp named.conf /etc/
Follow the directions on this page: [https://wiki.opennic.org/opennic/srvzone](https://wiki.opennic.org/opennic/srvzone)
```
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: