monkeyWie / proxyee

HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.
MIT License
1.52k stars 567 forks source link

Dynamic modify Pre-proxy #138

Open Lua12138 opened 3 years ago

Lua12138 commented 3 years ago

Can I modify proxyConfig when the HttpProxyServer has been start?

monkeyWie commented 3 years ago

Not support yet.

xiaowenhuman commented 3 years ago

我现在用的是close 然后重新启动,有方法可以同时配置多个pre-proxy吗? 我现在是用的多线程。