about summary refs log tree commit homepage
path: root/lib/PublicInbox/WwwStream.pm
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 /lib/PublicInbox/WwwStream.pm
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 'lib/PublicInbox/WwwStream.pm')
-rw-r--r--lib/PublicInbox/WwwStream.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm
index 4db8dc55..2f8212d4 100644
--- a/lib/PublicInbox/WwwStream.pm
+++ b/lib/PublicInbox/WwwStream.pm
@@ -12,7 +12,7 @@ our @EXPORT_OK = qw(html_oneshot);
 use bytes (); # length
 use PublicInbox::Hval qw(ascii_html prurl ts2str);
 our $TOR_URL = 'https://www.torproject.org/';
-our $CODE_URL = [ qw(http://ou63pmih66umazou.onion/public-inbox.git
+our $CODE_URL = [ qw(http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git
         https://public-inbox.org/public-inbox.git) ];
 
 sub base_url ($) {