diff options
author | Oxore <oxore@protonmail.com> | 2024-01-22 00:52:13 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2024-01-22 00:52:13 +0300 |
commit | 1a5bdf73ac7b86b178a003f9adcd7f3f80de2d33 (patch) | |
tree | b75873a874f242896814b97ecf48a932018ac1fa | |
parent | 3db908b1b253227ef4980ffd654616865968add5 (diff) |
Add shadowsocks-rust mention
-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 |