Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tor/SOCKS5 proxy support for Dart Solana RpcClient #1377

Closed
sneurlax opened this issue Apr 19, 2024 · 0 comments · May be fixed by #1386
Closed

Tor/SOCKS5 proxy support for Dart Solana RpcClient #1377

sneurlax opened this issue Apr 19, 2024 · 0 comments · May be fixed by #1386
Labels

Comments

@sneurlax
Copy link

Is your feature request related to a problem? Please describe.
The Solana RpcClient should optionally support Tor/SOCKS5 proxies.

Describe the solution you'd like
An optional parameter accepting a proxy address (and port).

Describe alternatives you've considered
We could set up a local HttpClient (or similar) which would forward traffic to a Tor/SOCKS5 proxy and use that as our RpcClient node address, but not all platforms support local HttpClients equally (some need non-HTTPS options enabled, etc.)

Additional context
Stack Wallet wants to add Solana, but wants it to use Tor if that preference is enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment