Create need-help.yaml
This commit is contained in:
parent
d86fe80556
commit
5ff178c17e
1 changed files with 32 additions and 0 deletions
32
.github/ISSUE_TEMPLATE/need-help.yaml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/need-help.yaml
vendored
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
---
|
||||||
|
name: Need help
|
||||||
|
about: You encounter an issue you can't solve
|
||||||
|
title: ''
|
||||||
|
labels: 'help wanted'
|
||||||
|
---
|
||||||
|
|
||||||
|
** Read the examples first **
|
||||||
|
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 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.
|
||||||
|
Describe if you are behind a proxy, if you use some kind relay, what protocol/app you want to forward
|
||||||
|
|
||||||
|
## Describe what does not work
|
||||||
|
A clear and concise description of why you can't reach your goal.
|
||||||
|
|
||||||
|
|
||||||
|
## Describe your wstunnel setup
|
||||||
|
Paste your logs of wstunnel, started with `--log-lvl=DEBUG`, and with the `command line used`
|
||||||
|
- client
|
||||||
|
- server
|
||||||
|
|
||||||
|
## Desktop (please complete the following information):
|
||||||
|
- OS: [e.g. iOS]
|
||||||
|
- Version [e.g. 22]
|
Loading…
Reference in a new issue