feature17178 906 B

123456789101112131415
  1. o Major features (onion services):
  2. - Add experimental OnionServiceSingleHopMode and
  3. OnionServiceNonAnonymousMode options. When both are set to 1, every
  4. hidden service on a tor instance becomes a non-anonymous Single Onion
  5. Service. Single Onions make one-hop (direct) connections to their
  6. introduction and renzedvous points. One-hop circuits make Single Onion
  7. servers easily locatable, but clients remain location-anonymous.
  8. This is compatible with the existing hidden service implementation, and
  9. works on the current tor network without any changes to older relays or
  10. clients.
  11. Implements proposal #260, completes ticket #17178. Patch by teor & asn.
  12. o Minor bug fixes (Tor2web):
  13. - Prevent Tor2web clients running hidden services, these services are
  14. not anonymous due to the one-hop client paths.
  15. Fixes bug #19678. Patch by teor.