From 5c50c563623394e64ab73b3d0462db1d9d0324fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Sun, 30 Jun 2024 11:29:56 +0200 Subject: [PATCH] Update need-help.md --- .github/ISSUE_TEMPLATE/need-help.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/need-help.md b/.github/ISSUE_TEMPLATE/need-help.md index 73000f6..9f032ae 100644 --- a/.github/ISSUE_TEMPLATE/need-help.md +++ b/.github/ISSUE_TEMPLATE/need-help.md @@ -5,14 +5,20 @@ title: '' labels: 'help wanted' --- -** Read the examples first ** +--- +**Read the examples first before asking questions** + https://github.com/erebe/wstunnel?#examples + If you have trouble with wireguard https://github.com/erebe/wstunnel?#wireguard-and-wstunnel- ``` -If wstunnel cannot connect to server while wireguard is on, be sure you have added a static route via your main gateway for the ip of wstunnel server. Else if you forward all the traffic without putting a static route, you will endup looping your traffic wireguard interface -> wstunnel client -> wireguard interface +If wstunnel cannot connect to server while wireguard is on, +be sure you have added a static route via your main gateway for the ip of wstunnel server. +Else if you forward all the traffic without putting a static route, +you will endup looping your traffic wireguard interface -> wstunnel client -> wireguard interface If you have trouble making it works on windows, please check this issue #252 ``` - +--- ## Describe the goal A clear and concise description of `what` you try to achieve.