-
Notifications
You must be signed in to change notification settings - Fork 61
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 support? #45
Comments
I've avoided tor support as it add a lot of complexity for a feature most users do not use. Ideally it would be possible to use the wormhole-william library to support third-party clients that want tor. Unfortunately right now I don't think the library can be used with tor in a privacy preserving manner. The main issue is that under the non-tor mode, the clients try to connect directly to each other so they share their IP address with each other as part of the encrypted rendezvous protocol. At a minimum, the library would need an option to specify |
Thanks. If you can point me to the areas where changes would be required, I'm happy to look into this. |
Could you use torsocks? |
upping request for optional Tor integration, f.ex. thru Torsocks. |
The python implementation offers optional support for transport via tor. Is there an intention to add this to wormhole-william?
The text was updated successfully, but these errors were encountered: