dispatch-proxy icon indicating copy to clipboard operation
dispatch-proxy copied to clipboard

Uploads On One Adapter, Downloads On Another

Open Malkierian opened this issue 4 years ago • 3 comments

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?

Malkierian avatar Oct 17 '20 23:10 Malkierian

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.

alexkirsz avatar Oct 18 '20 00:10 alexkirsz

How to setup 2 local proxies please ?

M05PH avatar May 08 '21 17:05 M05PH

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

alexkirsz avatar May 09 '21 14:05 alexkirsz