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
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
}