Skip to content

sandwich-system-proxy 是一个使用傻瓜化、实现简单粗暴、反深度检测、基于 HTTPS 协议、使用 IP 段决定流量去向的 Proxy。

Notifications You must be signed in to change notification settings

fanpei91/sandwich-system-proxy

Repository files navigation

sandwich-system-proxy

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>

About

sandwich-system-proxy 是一个使用傻瓜化、实现简单粗暴、反深度检测、基于 HTTPS 协议、使用 IP 段决定流量去向的 Proxy。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages