Update README.md
Former-commit-id: bf028a7b66451115b4a90819716552f6b90a9043 Former-commit-id: 4e62346d95effddff003da9bc345f873bb7e2316 [formerly c6405ebdc9c38f43ec281634ce7fd524aa703c3f] [formerly 48626f85032554bc99586ca9bbfb4a34e6ec934a [formerly 8085a44f69e9f3b98ca25a1f2e61666dde20e798 [formerly 8085a44f69e9f3b98ca25a1f2e61666dde20e798 [formerly 8085a44f69e9f3b98ca25a1f2e61666dde20e798 [formerly 7b10db3c5ef6ec3d6b3ced62cf14c61e78f104f6]]]]] Former-commit-id: 5aeeae79934dd662510bc1183fa967c740c1267c [formerly a63c646bd96578b22cc37a2c95b1d85737e916b3] Former-commit-id: b0f7c048e38aa53cb51418ee0144cb495592ef0b Former-commit-id: d29a529ccc00d2b73eeaacacc53f5732912f5568 Former-commit-id: 3fca29d329821545977c9d5308a95394853c40eb Former-commit-id: 140e84bdfece4dbb2e7082ba3332a275e441202e [formerly 885aeb552ca219c7d64e8fde4020288e46ef6aee] Former-commit-id: ff2e1a4d54d2ea8f5338b5441909a229649c4e6e
This commit is contained in:
parent
f167bde3e5
commit
6bacdc8268
1 changed files with 4 additions and 0 deletions
|
@ -143,6 +143,10 @@ ssh -p 9999 login@127.0.0.1
|
|||
### Wireguard and wstunnel
|
||||
https://kirill888.github.io/notes/wireguard-via-websocket/
|
||||
|
||||
- If you see some throughput issue, be sure to lower the MTU of your wireguard interface (you can do it via config file) to something like 1300 or you will endup fragmenting udp packet (due to overhead of other layer) which is always cause issues
|
||||
- If wstunnel cannot connect to server while wstunnel 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
|
||||
|
||||
|
||||
## How to Build
|
||||
Install the stack tool https://docs.haskellstack.org/en/stable/README/ or if you are a believer
|
||||
|
|
Loading…
Reference in a new issue