From 58095e178bc07b71ff3bf9684c63d98a813c4112 Mon Sep 17 00:00:00 2001 From: Ap0them <65299214+Ap0them@users.noreply.github.com> Date: Wed, 4 Jan 2023 21:57:45 -0700 Subject: [PATCH 1/2] Update server.md Adding a link here would improve the flow and readability of the documentation 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 b7f6e87..4c96b19 100644 --- a/docs/guides/vpn/wireguard/server.md +++ b/docs/guides/vpn/wireguard/server.md @@ -236,4 +236,4 @@ Your public key will be different from ours. This is expected (you just created 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. +You can now continue to [add clients](https://docs.pi-hole.net/guides/vpn/wireguard/client/). From 1365974d1e4b44c6ee0ed65ef454d1291c4789ab Mon Sep 17 00:00:00 2001 From: yubiuser Date: Mon, 5 Jun 2023 12:59:52 +0200 Subject: [PATCH 2/2] Use relative links Signed-off-by: yubiuser --- 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 4c96b19..bf818e1 100644 --- a/docs/guides/vpn/wireguard/server.md +++ b/docs/guides/vpn/wireguard/server.md @@ -236,4 +236,4 @@ Your public key will be different from ours. This is expected (you just created 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](https://docs.pi-hole.net/guides/vpn/wireguard/client/). +You can now continue to [add clients](client.md).