Why Nostr? What is Njump?
2023-03-04 02:35:45
in reply to

moonsettler on Nostr: just add .proxy(new Proxy(Proxy.Type.HTTP, new InetSocketAddress(proxyHost, ...

just add

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

to

private val httpClient = OkHttpClient.Builder()
.followRedirects(true)
.followSslRedirects(true)
.build();

😉
Author Public Key
npub1dgesr3zcgyjv2z0050h7auzdlf88gycry7tlk7wsypmgngy97yxqv4mccn