From 88c4b2dae9eb0c437f8f0bc16f9190473d1f4f65 Mon Sep 17 00:00:00 2001 From: deHakkelaar Date: Wed, 5 Aug 2020 23:49:26 +0200 Subject: [PATCH] Update unbound.md Make sure the daemon is stopped and started properly in case its running already. --- docs/guides/unbound.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/unbound.md b/docs/guides/unbound.md index e6906c8..2896c32 100644 --- a/docs/guides/unbound.md +++ b/docs/guides/unbound.md @@ -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 ```