alexkirsz / dispatch-proxy

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

Uploads On One Adapter, Downloads On Another #98

Open Malkierian opened 3 years ago

Malkierian commented 3 years ago

I've been able to see the ability to set connection priorities on separate adapters, but is there a way, with the current codebase, of setting it so that all uploads/outgoing traffic is on one adapter and all incoming traffic is on another? Or is it a matter of requests and responses need to be on the same connection?

alexkirsz commented 3 years ago

It’s not possible to configure this directly in dispatch-proxy. However, you can try creating two different proxies, one for each connection, and combine them with an additional tool like Proxifier to target the specific applications you want to pass through one connection or the other.

M05PH commented 3 years ago

How to setup 2 local proxies please ?

alexkirsz commented 3 years ago

The easiest way is to start two instances of dispatch-proxy in two different terminals.