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 support? #45

Open
kortschak opened this issue Mar 24, 2021 · 4 comments
Open

Tor support? #45

kortschak opened this issue Mar 24, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@kortschak
Copy link

The python implementation offers optional support for transport via tor. Is there an intention to add this to wormhole-william?

@psanford
Copy link
Owner

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 tor-tcp-v1 transit instead of direct-tcp-v1 or relay-v1. I'd be open to doing this if it can be done in such a way that doesn't add a lot of additional complexity.

@kortschak
Copy link
Author

Thanks. If you can point me to the areas where changes would be required, I'm happy to look into this.

@psanford psanford added the enhancement New feature or request label Mar 27, 2021
@omnivagant
Copy link

Could you use torsocks?

@ihubgit
Copy link

ihubgit commented Aug 20, 2023

upping request for optional Tor integration, f.ex. thru Torsocks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants