fixup! hs: Change default version from 2 to 3

This commit is contained in:
David Goulet 2018-08-28 15:58:28 -04:00
parent d9bfc9e2e3
commit 4e2dcda092

9
changes/ticket27215 Normal file
View File

@ -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.