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

Reply to this note

Please Login to reply.

Discussion

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...