aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-10-19 10:43:54 -0400
committerDavid Goulet <dgoulet@torproject.org>2021-10-19 10:59:19 -0400
commitd455f9e18a9cef290b9976974065c83f13e16832 (patch)
tree4623887fab08b68da2cb3ac31c5844e876247cb5 /changes
parent2a705e81a33879aad658ad2c824aeaa8e7f03eed (diff)
downloadtor-d455f9e18a9cef290b9976974065c83f13e16832.tar.gz
tor-d455f9e18a9cef290b9976974065c83f13e16832.zip
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>
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket4047611
1 files changed, 5 insertions, 6 deletions
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.