HuarenYu / note

记录遇到的问题
8 stars 1 forks source link

shadowsocks config #10

Open HuarenYu opened 8 years ago

HuarenYu commented 8 years ago
{
    "server":"xxx",
    "server_port":8388,
    "local_address": "127.0.0.1",
    "local_port":1080,
    "password":"xxx",
    "timeout":300,
    "method":"aes-256-cfb",
    "fast_open": false
}

ssserver -c /etc/shadowsocks.json -d start ssserver -c /etc/shadowsocks.json -d stop