mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
This means that at this commit, tor will stop logging that v2 is deprecated and treat a v2 address as a bad hostname that we can't use. Part of #40476 Signed-off-by: David Goulet <dgoulet@torproject.org>
7 lines
395 B
Text
7 lines
395 B
Text
o Minor feature (onion service v2):
|
|
- Onion service v2 address are now not recognized anymore by tor meaning a
|
|
bad hostname is returned when attempting to pass it on a SOCKS
|
|
connection. No more deprecation log is emitted client side. Closes
|
|
ticket 40476.
|
|
- See https://blog.torproject.org/v2-deprecation-timeline for details on
|
|
how to transition from v2 to v3.
|