mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
9 lines
540 B
Plaintext
9 lines
540 B
Plaintext
|
o Major feature (onion service v2):
|
||
|
- Tor does NOT allow anymore to create v2 services, to connect as a client
|
||
|
to a v2 service and for a relay to be a v2 HSDir or introduction point.
|
||
|
This effectively disable onion service version 2 tor wide. Closes 40476.
|
||
|
- The control port command HSFETCH and HSPOST don't allow version 2 as well.
|
||
|
It is also not possible to create a v2 service with ADD_ONION.
|
||
|
- See https://blog.torproject.org/v2-deprecation-timeline for details on
|
||
|
how to transition from v2 to v3.
|