mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
The implementation is pretty straightforward: parse_extended_hostname() is modified to drop any leading components from an address like 'foo.aaaaaaaaaaaaaaaa.onion'.
5 lines
295 B
Text
5 lines
295 B
Text
o Minor features:
|
|
- Ignore sub-domain components of a .onion address. This makes HTTP "virtual"
|
|
hosting possible: http://foo.aaaaaaaaaaaaaaaa.onion/ and
|
|
http//bar.aaaaaaaaaaaaaaaa.onion/ can be two different websites hosted at
|
|
the same location. Implements proposal 204.
|