LeastAuthority / wormhole-client

A magic-wormhole client in Haskell
GNU General Public License v3.0
6 stars 1 forks source link

WIP: Initial support to connect via Tor #67

Closed vu3rdd closed 5 years ago

vu3rdd commented 5 years ago

magic-wormhole library's v0.3.0 adds a parameter to runClient function to pass an optional open socket to use to connect to the websocket server. This could be a socks proxy for connecting via Tor. We use it here to connect via tor, if --tor is passed in the command line.

This is still a work in progress. Note that Tor support for file/directory transfer is not implemented yet.


This change is Reviewable