about summary refs log tree commit homepage
path: root/xt/net_nntp_socks.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-05-04 01:32:25 +0000
committerEric Wong <e@80x24.org>2021-05-04 02:35:43 +0000
commit0b15dfc58ceaecdcb1c9285c3ad55813006c8338 (patch)
treedccc53ccff451d52e353cd8cce4e41bf389faae3 /xt/net_nntp_socks.t
parentd98abf13946beaf685804e4ec2d79019129415b9 (diff)
downloadpublic-inbox-0b15dfc58ceaecdcb1c9285c3ad55813006c8338.tar.gz
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.
Diffstat (limited to 'xt/net_nntp_socks.t')
-rw-r--r--xt/net_nntp_socks.t2
1 files changed, 1 insertions, 1 deletions
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,