From 0b15dfc58ceaecdcb1c9285c3ad55813006c8338 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 4 May 2021 01:32:25 +0000 Subject: treewide: update to v3 Tor onions v2 onions are insecure, deprecated and going away. v3 names are unfortunately longer and more difficult to remember, but should be more resistant to attack than v2 ones. --- xt/net_nntp_socks.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xt/net_nntp_socks.t') diff --git a/xt/net_nntp_socks.t b/xt/net_nntp_socks.t index 4a144fd8..41b60811 100644 --- a/xt/net_nntp_socks.t +++ b/xt/net_nntp_socks.t @@ -7,7 +7,7 @@ use URI; require_mods 'IO::Socket::Socks'; use_ok 'PublicInbox::NetNNTPSocks'; my $url = $ENV{TEST_NNTP_ONION_URL} // - 'nntp://czquwvybam4bgbro.onion/inbox.comp.mail.public-inbox.meta'; + 'nntp://ie5yzdi7fg72h7s4sdcztq5evakq23rdt33mfyfcddc5u3ndnw24ogqd.onion/inbox.comp.mail.public-inbox.meta'; my $uri = URI->new($url); my $on = PublicInbox::NetNNTPSocks->new_socks( Port => $uri->port, -- cgit v1.2.3-24-ge0c7