diff options
author | Oxore <oxore@protonmail.com> | 2024-01-22 10:28:01 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2024-01-22 10:28:01 +0300 |
commit | d3d0077e587c53b4f8a2dc89aac6b2239f425cf2 (patch) | |
tree | c01475596ca5a72833c6bb3f00621b88278a210d /source/wg_shadowsocks.rst | |
parent | 1a5bdf73ac7b86b178a003f9adcd7f3f80de2d33 (diff) |
wg_shadowsocks: Fix typo
Diffstat (limited to 'source/wg_shadowsocks.rst')
-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: |