sslocal
1 | yum install python-pip |
1 | vim /etc/shadowsocks.json |
1 | { |
1 | sslocal -c /etc/shadowsocks.json -d start |
or you can remove
-dparameter to run it forntend to see if socks5 can work properly.
Privoxy
1 | yum install privoxy |
search and uncomment forward-socks5t / 127.0.0.1:9050 . change it into forward-socks5t / 127.0.0.1:1080 .
DO NOT forget
.after socks5 address
http & https privoxy
you can use this command to privoxy once in terminal:1
2export http_proxy=http://127.0.0.1:8118
export https_proxy=http://127.0.0.1:8118
Or you can add it into your /etc/profile, but I don’t think it’s a good idea.