@b0rk How does this work? Looks like it starts Tor servers on the sending and receiving machine and then uses Tor's protocol to let them auto-handshake and pass the data if the wormhole codes match?
@mtomczak@b0rk By default it uses clearnet, but the Python client does indeed support Tor. It doesn't yet support Onion services, though, so if you're both using Tor it will use the Transit Relay (everything remains end-to-end encrypted though, in all scenarios).
@mtomczak@b0rk p.s. we would love to add more Tor support, including teaching it how to listen on Onion services. If anyone is interested I'd be happy to pair with you :)
@mtomczak @b0rk By default it uses clearnet, but the Python client does indeed support Tor.
It doesn't yet support Onion services, though, so if you're both using Tor it will use the Transit Relay (everything remains end-to-end encrypted though, in all scenarios).