Shadowsocks 是一个安全的socks5代理,用于保护网络流量,是一个开源项目,项目地址。
sudo apt-get install python-pip python-m2crypto
sudo pip install shadowsocks
sudo gedit /etc/shadowsocks/config.json
{
"server":"remote-shadowsocks-server-ip-addr",
"server_port":8883,
"local_address":"127.0.0.1",
"local_port":1080,
"password":"abcdef",
"timeout":300,
"method":"aes-256-cfb",
"fast_open":false,
"workers":1
}
请根据实际情况配置
sslocal -c /etc/shadowsocks.json
Firefox可使用FoxyProxy Standard
Chrome可使用Proxy SwitchOmega
配置请自行Google/百度