From e64b72e8c6ee84830b0f56ac91f435fee895af45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A8be=20-=20Romain=20Gerard?= Date: Mon, 19 Dec 2022 12:47:29 +0100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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