dispatch-proxy
dispatch-proxy copied to clipboard
[Request Feature] Forward to proxy like catalyst-proxy
catalyst-proxy had a option -P to use proxy to fake IP or even make it work on HTTPS site with ProxHTTPSProxy, hope you can add that feature to displatch-proxy because I really want to chain dispatch-proxy with Privoxy or ProxHTTPSProxy to make it works on HTTPS site. Thank!
The SOCKS proxy works on HTTPS sites, although it won't dispatch requests with Connection: Keep-Alive
to different network interfaces.
But can you add that feature to fake IP or something like ? Example I want to use both two network card with one proxy to prevent IP leak (will result get DDOS attack if it is a bad site) or two IP per page will be banned by admin too... It is really useful also it help me make dispatch work on HTTPS if I chain it with ProxHTTPSProxy 127.0.0.1:8080 http://www.prxbx.com/forums/showthread.php?tid=2172
You can force dispatch-proxy
to go through another proxy via Proxifier, by creating a rule for the node
process.
I already tried to force dispatch-proxy with Proxifier, but it didn't work, the traffic still go direct to the internet. I hope you will consider adding this feature to dispatch in the future, many thank!