feature17238 409 B

123456
  1. o Major features (onion service)
  2. - Tor relays now support the HSDir version 3 protocol meaning they can
  3. store and serve v3 descriptors. This is part of the next generation
  4. onion service work detailled in proposal 224. The tor daemon also
  5. contains all the necessary code to encode and decode a v3 descriptor but
  6. it's currently only used by the directory subsystem. Closes #17238.