From 61ed4cc63b6d636871bc31e798eed242ac48093a Mon Sep 17 00:00:00 2001 From: Ap0them <65299214+Ap0them@users.noreply.github.com> Date: Sun, 1 Jan 2023 07:56:24 -0700 Subject: [PATCH] Update docs/guides/vpn/wireguard/server.md Co-authored-by: yubiuser Signed-off-by: Ap0them <65299214+Ap0them@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 ee750fe..f60f753 100644 --- a/docs/guides/vpn/wireguard/server.md +++ b/docs/guides/vpn/wireguard/server.md @@ -232,7 +232,7 @@ interface: wg0 Your public key will be different from ours. This is expected (you just created your own key above). -## Set your Pi-hole to listen on all interfaces +## Set your Pi-hole to allow only local requests On your [Settings page (tab DNS)](http://pi.hole/admin/settings.php?tab=dns), ensure you select the appropriate listening mode of your Pi-hole. `Allow only local requests` is preferred as it adds a bit of additional safety. Your WireGuard peers/clients will be correctly recognized as being only one hop away.