farcaster-node
farcaster-node copied to clipboard
start work on tor support
This brings us very close to functional tor support. There are two outstanding issues:
- In order for the taker to work we need: https://github.com/Internet2-WG/rust-internet2/pull/29
- The internet2 InetSocketAddr Tor type does not have a port. Either we add one in internet2 (not sure about that), or we extend the PublicOffer format to include a
u16type port number.