install pip
pip install shadowsocks
vim /etc/shadowsocks/config.json
{
"server":"0.0.0.0", # most ppl mentioned should be ur server ip, but i 0.0.0.0-ed and worked, find this solution on the WWW.
"server_port":8388,
"local_port":1080,
"password":"password",
"timeout":600,
"method":"aes-256-cfb"
}
No comments:
Post a Comment