tor

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

commit b1d32a92239ae1727e22b592ac1908b616ba869a
parent 219f6ea51640cca6abcca8d913188724212d107e
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 28 Aug 2018 16:00:45 -0400

Merge remote-tracking branch 'dgoulet/ticket27215_035_01'

Diffstat:
Achanges/ticket27215 | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/changes/ticket27215 b/changes/ticket27215 @@ -0,0 +1,9 @@ + o Major feature (hidden service): + - For a newly created hidden service, the default version is now 3. Tor + still supports version 2 service but the operator now needs to + specifically set "HiddenServiceVersion 2" in order to create a new + service. + + For existing services, tor now learns the version by reading the key + file so the HiddenServiceVersion is not mandatory in that case. Closes + ticket 27215.