tor/changes/ticket40476
David Goulet d455f9e18a hs: v2 address are now considered a bad hostname
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>
2021-10-19 10:59:19 -04:00

8 lines
395 B
Plaintext

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.