mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
aa01d0a183
The implementation is pretty straightforward: parse_extended_hostname() is modified to drop any leading components from an address like 'foo.aaaaaaaaaaaaaaaa.onion'.
6 lines
295 B
Plaintext
6 lines
295 B
Plaintext
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.
|