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.79k stars 3k forks source link

能实现访问A域名走A代理,访问其它域名走B代理吗? #556

Open cycwll opened 8 months ago

cycwll commented 8 months ago

Expected Behavior

goproxy 作为客户端直接设置的代理服务器。goproxy还链接两个http代理A和B。 想要实现客户端访问A域名走A代理,访问其它域名走B代理 能实现吗?

Current Behavior

想实现访问A域名走A代理,访问其它域名走B代理,不知道如何配置

snail007 commented 8 months ago

商业版API认证功能可以实现