diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/wg_shadowsocks.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/wg_shadowsocks.rst b/source/wg_shadowsocks.rst index 2581670..d0c9cda 100644 --- a/source/wg_shadowsocks.rst +++ b/source/wg_shadowsocks.rst @@ -84,7 +84,8 @@ Wireguard client configuration routes_wg0="table wg0 0.0.0.0/0 dev wg0 proto kernel scope link" mtu_wg0="1376" -I found that SSH does not work when MTU is larger then 1376. +I found that SSH does not work with Wireguard over Shadowsocks when MTU is +larger than 1376. On Gentoo the line ``mtu_wg0="1376"`` does not work out of the box. The possible fix can be found here: |