tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 5f08eb6e57841916b04c05ac55e0900785b1f3a7
parent f395f41868514a0e418c95f3203d59f3aca6fa47
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 19 Sep 2017 13:03:20 -0400

Merge branch 'ticket18736'

Diffstat:
Achanges/18736 | 3+++
Mdoc/tor.1.txt | 5+++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/changes/18736 b/changes/18736 @@ -0,0 +1,3 @@ + o Documentation: + - Document that onion service subdomains are allowed, and ignored. + Closes ticket 18736. diff --git a/doc/tor.1.txt b/doc/tor.1.txt @@ -2989,6 +2989,11 @@ __HiddenServiceDirectory__**/hostname**:: The <base32-encoded-fingerprint>.onion domain name for this hidden service. If the hidden service is restricted to authorized clients only, this file also contains authorization data for all clients. + + + Note that clients will ignore any extra subdomains prepended to a hidden + service hostname. So if you have "xyz.onion" as your hostname, you + can tell clients to connect to "www.xyz.onion" or "irc.xyz.onion" + for virtual-hosting purposes. __HiddenServiceDirectory__**/private_key**:: The private key for this hidden service.