Update README.md
Former-commit-id: 21cd66c69dfb143ba07a178f23cacb65b4939a13 Former-commit-id: fef3a9c95107d6b4c6eadd42e14068ff0fed4ab3 [formerly 1b41aece8dace75b5ff5f63a7ce5c41643664c9a] [formerly 562cf59d7f7fec4419bdde98ac4ac9f2f5bde3ec [formerly 5a86f444b3e74e97a2537fe00cafc4a21dbb63ce [formerly 5a86f444b3e74e97a2537fe00cafc4a21dbb63ce [formerly 5a86f444b3e74e97a2537fe00cafc4a21dbb63ce [formerly 695c362c276d47f52a232f8b63af0a429618b5a3]]]]] Former-commit-id: 83c6874d7bbb1a44770f252de1e3ed55f510a40a [formerly 554b06527964d67c71159500046ccb242aed51be] Former-commit-id: d820dc4bc9f732e511c0b8be07da7af41ef10498 Former-commit-id: 5d08e119c849bd2bda93a4dfa8f1e8d654ddbe61 Former-commit-id: 7731b85c9b18bd2cd73e74ba76b657eb09ea851e Former-commit-id: 802f77fd83d5aba04d8b591eec2879e2c9187c5f [formerly 8c54a6d520263a362568ae48f3168126f3ac7c9a] Former-commit-id: 2594d53bc6a2cb3b73f3ffb716390f9a5afe3423
This commit is contained in:
parent
e64b72e8c6
commit
6c4c299c59
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ ssh -p 9999 login@127.0.0.1
|
||||||
https://kirill888.github.io/notes/wireguard-via-websocket/
|
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 causing 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.
|
- 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
|
Else if you forward all the traffic without putting a static route, you will endup looping your traffic wireguard interface -> wstunnel client -> wireguard interface
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue