linux:shadowsocks
Table of Contents
Shadowsocks
A secure socks5 proxy, designed to protect your Internet traffic.
http://shadowsocks.org/en/index.html
pip install shadowsocks vim /etc/shadowsocks.json ssserver -c /etc/shadowsocks.json
Config
root@pjq:~# cat /etc/shadowsocks.json
{
"server":"128.199.232.xxx",
"server_port":8388,
"local_address": "127.0.0.1",
"local_port":1080,
"password":"xxx",
"timeout":300,
"method":"aes-256-cfb",
"fast_open": false,
"workers": 1
}
Shadowsocks Free Account Register
/var/www/dokuwiki/wiki/data/pages/linux/shadowsocks.txt · Last modified: 2016/05/05 13:07 by 127.0.0.1
