about summary refs log tree commit homepage
path: root/t/lei-mirror.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 /t/lei-mirror.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 't/lei-mirror.t')
-rw-r--r--t/lei-mirror.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lei-mirror.t b/t/lei-mirror.t
index 5ab18b6d..dfd35e1a 100644
--- a/t/lei-mirror.t
+++ b/t/lei-mirror.t
@@ -43,7 +43,7 @@ test_lei({ tmpdir => $tmpdir }, sub {
 
         my %phail = (
                 HTTPS => 'https://public-inbox.org/' . 'phail',
-                ONION => 'http://ou63pmih66umazou.onion/' . 'phail,'
+                ONION => 'http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/' . 'phail,'
         );
         for my $t (qw(HTTPS ONION)) {
         SKIP: {