farcaster-node icon indicating copy to clipboard operation
farcaster-node copied to clipboard

start work on tor support

Open TheCharlatan opened this issue 2 years ago • 0 comments

This brings us very close to functional tor support. There are two outstanding issues:

  1. In order for the taker to work we need: https://github.com/Internet2-WG/rust-internet2/pull/29
  2. 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 u16 type port number.

TheCharlatan avatar Nov 11 '22 10:11 TheCharlatan