diff --git a/README.md b/README.md index 6d1d177..d66a2be 100644 --- a/README.md +++ b/README.md @@ -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