dispatch-proxy
dispatch-proxy copied to clipboard
Uploads On One Adapter, Downloads On Another
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?
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.
How to setup 2 local proxies please ?
The easiest way is to start two instances of dispatch-proxy in two different terminals.