备忘 socks 转http

proxyAddress = "0.0.0.0"

proxyPort = 8118

socksParentProxy = "127.0.0.1:12345"

socksProxyType = socks5

allowedClients = 127.0.0.1


  • proxyPort 是 HTTP Proxy 端口地址
  • socksParentProxy 表示通过这个地址转发请求
  • socksProxyType 表示通过 socks5 来转发请求
  • allowedClients 表示允许访问这个 HTTP Proxy 的地址

polipo

你可能感兴趣的:(备忘 socks 转http)