You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: