shadowsocks-rust 1.3.2

shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "server": "127.0.0.1",
    "server_port": 8388,

    "local_port": 2080,
    "local_address": "127.0.0.1",

    "password": "password",
    "timeout": 20,
    "method": "aes-256-cfb",

    "local_http_port": 2081,
    "local_http_address": "127.0.0.1"
}