alexkirsz / dispatch-proxy

Combine internet connections, increase your download speed
MIT License
3.47k stars 244 forks source link

[Request Feature] Forward to proxy like catalyst-proxy #39

Open anatasiajp opened 9 years ago

anatasiajp commented 9 years ago

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!

alexkirsz commented 9 years ago

The SOCKS proxy works on HTTPS sites, although it won't dispatch requests with Connection: Keep-Alive to different network interfaces.

anatasiajp commented 9 years ago

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

alexkirsz commented 9 years ago

You can force dispatch-proxy to go through another proxy via Proxifier, by creating a rule for the node process.

anatasiajp commented 9 years ago

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!