Shadowsocks Tips

curl https://bootstrap.pypa.io/2.6/get-pip.py -o get-pip.py
python get-pip.py
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh
wget --no-check-certificate https://raw.githubusercontent.com/kuoruan/shell-scripts/master/ovz-bbr/ovz-bbr-installer.sh

参考

sudo pip install shadowsocks
sudo ssserver -c /etc/shadowsocks/config.json -vv
sudo ssserver -c /etc/shadowsocks/config.json -d start
  • 本地建立 config.json 文件 { "server" : "IP", "server_port" : port, "password" : "xxx", "timeout": 300, "method": "aes-256-cfb" }
  • 安装 sslocal & proxychains
  • 启动 sslocal sslocal -c config.json -vv
  • 通过 proxychains 代理访问