Update README.md

Former-commit-id: 2116a8d9eee9b44ceb356a29b54d7e9a671411a5
Former-commit-id: 9deeb871fe57fa83b06b5f97d197bdc1db36952b [formerly 25c98100c5427aeddd63b6faee20948e5f5d1158] [formerly 93e03a873a78366a1a144445dc946ab999a863c1 [formerly 7185374c996a78572669b82dc37098b4eddbba13 [formerly 7185374c996a78572669b82dc37098b4eddbba13 [formerly cd84c394af916ebcbc141df65fee9a19c84f51fa]] [formerly 7185374c996a78572669b82dc37098b4eddbba13 [formerly cd84c394af916ebcbc141df65fee9a19c84f51fa] [formerly cd84c394af916ebcbc141df65fee9a19c84f51fa [formerly fd807d6a1ba92fa5db1ff908d99a29816dc8aa50]]]]]
Former-commit-id: 5564a28549edb4fdb29173d586b95243acebb515 [formerly 046e5bfc7047c362889100094f877e8c9791aca7]
Former-commit-id: 925ae231a4adf5ebcb4ab1524821795d88c53617
Former-commit-id: d4167474dd58350c9a59b7a8c516d886a8f02800
Former-commit-id: 86d8a8ee98beabafaa932c0a27f621f5794c453f
Former-commit-id: 2b5a09e3dc78d07ea7a8c86791f9d3dc75b405e0 [formerly 360958fdc7f82237b339adb9490d28c0a3391c8a]
Former-commit-id: ce01ef782d85360ab82489a4d3e90951630b2840
This commit is contained in:
Erèbe - Romain Gerard 2022-12-19 12:47:29 +01:00 committed by GitHub
parent 6bacdc8268
commit e64b72e8c6

View file

@ -143,7 +143,7 @@ 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 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 causing 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