snail007 / goproxy

🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
https://snail007.host900.com/goproxy/manual/zh/
GNU General Public License v3.0
15.86k stars 3.02k forks source link

rhttp不支持https通过代理转发吗,麻烦支持下吧 #560

Open aogg opened 6 months ago

aogg commented 6 months ago

为避免浪费时间,一切不按着issue模版填写的问题,一律默认忽略处理,谢谢合作!

Avoid waste time, any report not match the issue template will be ignored.

模板不是中文也很难搞啊

Expected Behavior

rhttp只有上游负债均衡,没有代理转发

Current Behavior

看文档

Possible Solution

Steps to Reproduce

1.看文档说明 1. 1. 1.

Context (Environment)

  1. proxy version is : v? 只是看了文档
  2. full command is :? 只是看了文档
  3. system is : 只是看了文档
  4. full log is: ? 只是看了文档

proxy

Detailed Description

https://github.com/snail007/goproxy/blob/master/rhttp.toml 增加代理转发功能

Possible Implementation