sandwich-system-proxy 是一个使用傻瓜化、实现简单粗暴、反深度检测、基于 HTTPS 协议、使用 IP 段分流的科学上网工具。
./sandwich-system-proxy start-local-proxy-server \
--listen-addr=:1186 \
--remote-proxy-addr=https://yourdomain.com \
--secret-key=<your secret key>目前只支持 macOS,Windows 自动设置系统代理地址为 http://127.0.0.1:1186,其他操作系统的系统代理地址需自行手动设置。
sandwich-system-proxy 会自动从 Let's Encrypt 申请、更新证书,为了使用 TLS-ALPN-01 验证,需要保证 443 端口可使用,并且必须指定 --domain 参数。
./sandwich-system-proxy start-remote-proxy-server \
--domain=yourdomain.com \
--secret-key=<your secret key>