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