Update unbound.md

Make sure the daemon is stopped and started properly in case its running already.
This commit is contained in:
deHakkelaar
2020-08-05 23:49:26 +02:00
committed by GitHub
parent b3933b5f01
commit 88c4b2dae9
+1 -1
View File
@@ -133,7 +133,7 @@ server:
Start your local recursive server and test that it's operational:
```bash
sudo service unbound start
sudo service unbound restart
dig pi-hole.net @127.0.0.1 -p 5335
```