txthinking / brook

A cross-platform programmable network tool
https://brook.app
GNU General Public License v3.0
14.63k stars 2.39k forks source link

客户端如何先连接http代理再转发流量? #1367

Open owen800q opened 1 month ago

owen800q commented 1 month ago

我这边是必须所有http流量先经过一个代理服务器,不然无法连接到外网络

brook 支持以下通信吗

Brook client -> 公司 http proxy server -> brook server

txthinking commented 1 month ago

支持这个路径。但期望中间的这个支持TCP和UDP,比如标准socks5。而 http proxy 是不支持的UDP的

owen800q commented 1 month ago

@txthinking 我理解是现在cli client 不支持这个通信路径,后续会支持?

txthinking-bot commented 1 month ago

--dialWithSocks5 by unknown