fyi this is the no1 thing some of us are waiting for:

https://github.com/vitorpamplona/amethyst/issues/132

orbot in vpn mode is simply not reliable for not leaking your ip.

Reply to this note

Please Login to reply.

Discussion

Where is the bounty? :) Let's get more devs into this

just add

.proxy(new Proxy(Proxy.Type.HTTP, new InetSocketAddress(proxyHost, proxyPort)))

to

private val httpClient = OkHttpClient.Builder()

.followRedirects(true)

.followSslRedirects(true)

.build();

😉

i think orbot uses localhost:9050, so that could be default...