多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
netstat -ntlp 列出所有端口 ssserver -c /etc/shadowsocks.json sudo ssserver -p 443 -k xiaomin1483 -m aes-256-cfb --user nobody -d start sudo ssserver -d stop export https_proxy=socks5://127.0.0.1:1080 ssserver -c /etc/shadowsocks.json -d start ssserver -c /etc/shadowsocks.json -d stop git config --global http.https://github.com.proxy https://127.0.0.1:1080 git config --global https.https://github.com.proxy https://127.0.0.1:1080 git config --global --unset http.https://github.com.proxy git config --global --unset https.https://github.com.proxy