From ef6da5f4bb5eb05c8914857c6c4b1baef213638f Mon Sep 17 00:00:00 2001 From: NittanySeaLion <119230128+NittanySeaLion@users.noreply.github.com> Date: Sun, 3 Dec 2023 17:28:23 -0500 Subject: [PATCH] Update server.md Signed-off-by: NittanySeaLion <119230128+NittanySeaLion@users.noreply.github.com> --- docs/guides/vpn/wireguard/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/vpn/wireguard/server.md b/docs/guides/vpn/wireguard/server.md index 39ebf8fd6..c7a9a7aaf 100644 --- a/docs/guides/vpn/wireguard/server.md +++ b/docs/guides/vpn/wireguard/server.md @@ -182,7 +182,7 @@ But if you are using `unbound` to provide a recursive DNS server solution based sudo -i sudo echo "access-control: 192.168.1.0/24 allow" >> /etc/unbound/unbound.conf.d/pi-hole.conf sudo /etc/init.d/unbound restart -exit +exit ``` ## Start the server