{ "server":"server_address", "server_port":server_port, "local_port":1080, "local_address":"127.0.0.1", "password":"your password", "timeout":600, "method":"aes-256-cfb" }
https://github.com/shadowsocks/shadowsocks/wiki/Configuration-via-Config-File 3.運行shadowsocks.json即可,一般用戶不用搭建服務端 sudo sslocal -c /etc/shadowsocks.json -d start sudo sslocal -c /etc/shadowsocks.json -d stop 4.使用浏覽器上網時,chrome需要下載Proxy SwitchySharp插件 http://www.switchysharp.com/install.html 新建情景模式中手動配置選擇socks5代理 填寫 127.0.0.1 端口號:1080 保存後啟用就可以使用socks5代理FQ了。