diff --git a/Setting-up-a-.tilde-DNS-server.md b/Setting-up-a-.tilde-DNS-server.md index 7a55dca..0164947 100644 --- a/Setting-up-a-.tilde-DNS-server.md +++ b/Setting-up-a-.tilde-DNS-server.md @@ -41,7 +41,7 @@ sudo cp named.conf.* /etc/bind/ 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: ``` -sudo systemctl restart bind9 +sudo systemctl restart named sudo journalctl -xe ```