diff options
-rw-r--r-- | source/wg_shadowsocks.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/wg_shadowsocks.rst b/source/wg_shadowsocks.rst index 00b981f..2581670 100644 --- a/source/wg_shadowsocks.rst +++ b/source/wg_shadowsocks.rst @@ -9,6 +9,8 @@ Wireguard over Shadowsocks Useful article to understand what is going on: https://web.archive.org/web/20220522072432/https://www.oilandfish.com/posts/wireguard-shadowsocks.html +For Shadowsocks proxy `shadowsocks-rust <https://github.com/shadowsocks/shadowsocks-rust>`_ is used. + ``sslocal`` configuration ========================= @@ -41,7 +43,7 @@ Run:: Where -- ``seiver`` and ``server_port`` - address on the remote machine where +- ``server`` and ``server_port`` - address on the remote machine where ``ssserver`` the Shadowsocks sever is listening. - ``local_address`` and ``local_port`` - address on the machine where you run |