From 0acc6140b0eb47fa8ed5d660b036de3908a97d4c Mon Sep 17 00:00:00 2001 From: ubergeek Date: Tue, 27 Nov 2018 08:32:03 -0500 Subject: [PATCH] Update page 'Setting up a .tilde DNS server' --- Setting-up-a-.tilde-DNS-server.md | 1 + 1 file changed, 1 insertion(+) 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: