How to route traffic through a specific SOCKS proxy on a per-app basis?
- by GJ.
I'm running a certain desktop app (actually via AIR if it makes any difference) which doesn't have any built-in proxy configuration settings.
I need to get all traffic just from this app directed through a secure SOCKS proxy. This implies I can't use the global network preferences, as these would affect many other apps.
Is there any way to force all network communication through a given SOCKS proxy on a per-app basis?
It would also be helpful to know if there's a way to perform such routing globally, based on specific IP addresses (as this could allow for some reasonable workaround).