上github速度太慢。直接把shadowsocks架在龙芯上面了。
记录一下config文件。
config.json123456789{        "server":"your_server",        "server_port":port,        "local_address":"0.0.0.0",        "local_port":7070,        "password":"passwd",        "timeout":600,        "method":"aes-256-cfb"}
polipo.config123socksParentProxy = "127.0.0.1:7070"socksProxyType = socks5proxyAddress = 0.0.0.0
运行:12nohup sslocal -c config.json &nohup polipo -c polipo.config &
polipo 默认端口在8123
