Skip to content

代理服务,可以作为中间人获取信息

Notifications You must be signed in to change notification settings

rock-rabbit/rproxy

Repository files navigation

网络代理服务

计划

  • 适配 macos 系统
  • 自动安装证书

使用方式

纯数据中间人

rproxy.RegisterDataMiddle(rproxy.NewMiniDataMiddle("GET", "sspai.com", "/api/v1/recommend/page/get", func(res *http.Response, body []byte) {
	fmt.Println(res.Request.URL.String())
}))

证书位置

Windows: %APPDATA%\rockrabbit\rproxy\rproxy-ca-cert.crt
Macos:   %HOME%/Library/Containers/rockrabbit/rproxy/rproxy-ca-cert.crt

Windows 安装证书

certutil.exe -addstore root rproxy-ca-cert.crt

Macos 安装证书

sudo security add-trusted-cert -d -p ssl -p basic -k /Library/Keychains/System.keychain rproxy-ca-cert.crt

About

代理服务,可以作为中间人获取信息

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages