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 自动设置系统代理地址为 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>