linux:shadowsocks
                This is an old revision of the document!
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/attic/linux/shadowsocks.1437703513.txt.gz · Last modified: 2016/05/05 13:06 (external edit)
                
                