tor/changes/ticket24963
David Goulet f2b1eb1f05 hs: Disallow single hop client circuit when introducing
This will effectively also deny any bridge to be used as a single hop to the
introduction point since bridge do not authenticate like clients.

Fixes #24963

Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-06-19 11:17:58 -04:00

6 lines
293 B
Plaintext

o Minor feature (onion service):
- Disallow single hop clients to introduce directly at the introduction
point. We've removed Tor2web a while back and rendezvous are blocked at
the relays. This is to remove load off the network from spammy clients.
Close ticket 24963.