mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
e5ad00330c
The changes in #19973 fixed ReachableAddresses being applied too broadly, but they also broke Tor2web (somewhat unintentional) compatibility with ReachableAddresses. This patch restores that functionality, which makes intro and rend point selection is consistent between Tor2web and Single Onion Services.
21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
o Major features (onion services):
|
|
- Add experimental OnionServiceSingleHopMode and
|
|
OnionServiceNonAnonymousMode options. When both are set to 1, every
|
|
hidden service on a tor instance becomes a non-anonymous Single Onion
|
|
Service. Single Onions make one-hop (direct) connections to their
|
|
introduction and renzedvous points. One-hop circuits make Single Onion
|
|
servers easily locatable, but clients remain location-anonymous.
|
|
This is compatible with the existing hidden service implementation, and
|
|
works on the current tor network without any changes to older relays or
|
|
clients.
|
|
Implements proposal #260, completes ticket #17178. Patch by teor & asn.
|
|
o Minor features (Tor2web):
|
|
- Make Tor2web clients respect ReachableAddresses.
|
|
This feature was inadvertently enabled in 0.2.8.6, then removed
|
|
by bugfix #19973 on 0.2.8.7.
|
|
Implements feature #20034. Patch by teor.
|
|
o Minor bug fixes (Tor2web):
|
|
- Prevent Tor2web clients running hidden services, these services are
|
|
not anonymous due to the one-hop client paths.
|
|
Fixes bug #19678. Patch by teor.
|