From 49179f14e307762b7cfcc6afdcedff33437ca0aa Mon Sep 17 00:00:00 2001 From: Jonas Skoogh Date: Sat, 10 Apr 2021 21:22:31 +0200 Subject: [PATCH] Clarified ListenPort-documentation (#98) Added a bit more clear documentation in the troubleshooting-section to more easily understand where to put the suggested fix. --- wireguard/DOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wireguard/DOCS.md b/wireguard/DOCS.md index 30dcf0c..54c4207 100644 --- a/wireguard/DOCS.md +++ b/wireguard/DOCS.md @@ -466,8 +466,8 @@ If you have, sharing would be appreciated! solving this by editing the "Endpoint" setting on the client on the device in the connection profile. - We had reports of people with connection issues on the client side, being - resolved by configuring/setting the "Listen port" to `51820` on the client - device in the connection profile. + resolved by configuring/setting the `ListenPort = 51820` on the client + device in the connection profile (in `[Interface]` section). ## Changelog & Releases