diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/wg_shadowsocks.rst | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/source/wg_shadowsocks.rst b/source/wg_shadowsocks.rst index 7fa418a..b44dbfd 100644 --- a/source/wg_shadowsocks.rst +++ b/source/wg_shadowsocks.rst @@ -56,6 +56,14 @@ Where located on the same remote machine. Basically ``forward_port`` is the port that the remote Wireguard peer (essentially a Wireguard server) is bound to. +On ``systemd`` system like Arch you can install ``extra/shadowsocks-rust`` +package, place ``config.json`` file as ``/etc/shadowsocks/mysocks.json`` and run +it like this:: + + systemctl enable shadowsocks-rust@mysocks.service + systemctl start shadowsocks-rust@mysocks.service + + Wireguard client configuration ============================== @@ -90,10 +98,3 @@ larger than 1376. On Gentoo the line ``mtu_wg0="1376"`` does not work out of the box. The possible fix can be found here: https://forums.gentoo.org/viewtopic-t-1152029-start-0.html. - -On ``systemd`` system like Arch you can install ``extra/shadowsocks-rust`` -package, place ``config.json`` file as ``/etc/shadowsocks/mysocks.json`` and run -it like this:: - - systemctl enable shadowsocks-rust@mysocks.service - systemctl start shadowsocks-rust@mysocks.service |