Differences

This shows you the differences between two versions of the page.

Link to this comparison view

howto:install_shadowsocks-libev [2022/05/19 07:26] – created yehudahowto:install_shadowsocks-libev [2022/07/04 14:30] (current) yehuda
Line 15: Line 15:
  
 ss client -- [encrypted via internet] --> ss-server ss client -- [encrypted via internet] --> ss-server
 +
 +
 +
 +
 +
 +sudo yum install m2crypto python-setuptools
 +#OPTIONAL sudo easy_install pip
 +sudo pip3 install shadowsocks
 +
 +configure json: sudo vi /etc/shadowsocks.json
 +
 +
 +{
 +    "server": "0.0.0.0",
 +    "mode":"tcp_and_udp",
 +    "server_port":8899,
 +    "local_port":1080,
 +    "password":"def222ef",
 +    "timeout":300,
 +    "method-not-working":"chacha20-ietf-poly1305",
 +    "method":"aes-256-cfb"
 +}
 +
 +
 +
 +sudo vi /etc/rc.local
 +/usr/bin/python /usr/local/bin/ssserver -c /etc/shadowsocks.json -d start
 +
 +
 </code> </code>
 +
howto/install_shadowsocks-libev.1652945168.txt.gz · Last modified: by yehuda
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0