From 2aebf2ab36931b5b93e7398b94630d88bd73c5fc Mon Sep 17 00:00:00 2001 From: Ap0them <65299214+Ap0them@users.noreply.github.com> Date: Sat, 31 Dec 2022 18:44:49 -0700 Subject: [PATCH 1/2] Update server.md The setting originally described does not exist anymore within the pi-hole web interface. 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 7d8a9a3..ee750fe 100644 --- a/docs/guides/vpn/wireguard/server.md +++ b/docs/guides/vpn/wireguard/server.md @@ -234,6 +234,6 @@ Your public key will be different from ours. This is expected (you just created ## Set your Pi-hole to listen on all interfaces -On your [Settings page (tab DNS)](http://pi.hole/admin/settings.php?tab=dns), ensure you set the listing mode of your Pi-hole to one of the `Listen of all interfaces` settings. The top one is preferred as it adds a bit of additional safety. Your WireGuard peers/clients will be correctly recognized as being only one hop away. +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. You can now continue to add clients. 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 2/2] 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.