Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 887 Bytes

shadowsocks.md

File metadata and controls

36 lines (24 loc) · 887 Bytes

linux shadowsocks config

firefox plugin autoplaxy

Use with curl

curl http://www.google.com -L --socks5-hostname 127.0.0.1:1080

Client config for python

{
    "server":"ip",
    "server_port":443,
    "local_address": "127.0.0.1",
    "local_port":1080,
    "password":"xxxxxxxx",
    "timeout":300,
    "method":"aes-256-cfb",
    "fast_open": true,
    "workers": 1
}

# sudo sslocal -c /etc/shadowsocks.json -d start

注意删除nginx默认设置