From d455f9e18a9cef290b9976974065c83f13e16832 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 19 Oct 2021 10:43:54 -0400 Subject: 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 --- changes/ticket40476 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'changes') diff --git a/changes/ticket40476 b/changes/ticket40476 index 062e36f9bc..7179d8b1c6 100644 --- a/changes/ticket40476 +++ b/changes/ticket40476 @@ -1,8 +1,7 @@ - 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. + 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. -- cgit v1.2.3-54-g00ecf