magic-wormhole / magic-wormhole.rs

Rust implementation of Magic Wormhole, with new features and enhancements
European Union Public License 1.2
722 stars 78 forks source link

Feature Request: socket tunneling like SSH #109

Closed piegamesde closed 2 years ago

piegamesde commented 3 years ago

This is a split from issue #66 because while the implementation might be similar, the UX concepts and use cases behind both are quite different.

I'm thinking of something like running wormhole tunnel $PORT on both sides and if the handshake succeeds, localhost:port of one machine is transparently connected to localhost:port of the other machine. Probably TCP only.

piegamesde commented 2 years ago

Implemented in #135. The feature is still experimental though, the CLI arguments could probably get some fine tuning.