From 949b0bb1e975784ee02efdd5f4abc543246dca40 Mon Sep 17 00:00:00 2001 From: parazyd Date: Wed, 21 Jun 2023 19:31:30 +0200 Subject: [PATCH] net/hosts: Add onion note about Arti. --- src/net/hosts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/hosts.rs b/src/net/hosts.rs index 9dfff465e..76c0c7eb9 100644 --- a/src/net/hosts.rs +++ b/src/net/hosts.rs @@ -282,7 +282,7 @@ fn filter_non_resolving(connection_addr: Url, input_addrs: HashMap bool { let onion = match onion.strip_suffix(".onion") { Some(s) => s,