| Exit nodes are not used for onion services. From https://onionservices.torproject.org/technology/properties/: > For the Tor network, Onion Services can alleviate the load on exit nodes, since it's connections don't need to reach the exits. Also: > Directory Authority. "These authorities are operated by trusted organizations or individuals with a strong commitment to the principles of privacy, security, and network neutrality." Emphasis on neutrality... it's not the job of network operators to police the sites people can and can't access, this is exactly why many people use Tor in the first place. > They could allow this today. But they don’t. Speaking for onion services... no, they cannot, because the entire design of the tor network prevents this in the first place. No relay in the circuit knows the final destination because it is encrypted multiple times (like an onion) and each hop can only see where it needs to go next, not what the destination is. |