diff --git a/Setting-up-a-.tilde-DNS-server.md b/Setting-up-a-.tilde-DNS-server.md index c49c47d..a874969 100644 --- a/Setting-up-a-.tilde-DNS-server.md +++ b/Setting-up-a-.tilde-DNS-server.md @@ -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: