Is it possible to add global SOCKS support for all requests in Android app? #2179
DMantis
started this conversation in
Feature requests
Replies: 1 comment
-
tracked in #1950 (partially) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems while there is an option to wrap all price/exchanges into TOR connection, it requires Orbot to run in VPN mode.
That's very inconvenient. To use TOR this way, a user who uses another VPN must:
Android Orbot supports "Advanced mode" which doesn't use the VPN interfaces but only exposes local SOCKS on "127.0.0.1:9050". This way, a user can run Orbot and VPN at the same time in the background without constant switching, set the SOCKS proxy once in the app and use it as usual on demand without other actions.
The application already has SOCKS support (for Monero nodes connections). Is it hard to add global SOCKS support so all requests could be routed through Orbot in proxy mode?
Beta Was this translation helpful? Give feedback.
All reactions