From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 876B61F5AE for ; Tue, 25 May 2021 23:37:13 +0000 (UTC) From: Eric Wong To: clogger-public@yhbt.net Subject: [PATCH] doc: use Tor v3 .onion URLs Date: Tue, 25 May 2021 23:37:13 +0000 Message-Id: <20210525233713.20970-1-bofh@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Tor is dropping v2 .onion in favor of more secure (but less readable) v3 .onion URLs. Zooko's triangle once again :/ (no, we won't support planet-destroying proof-of-work schemes) --- .olddoc.yml | 8 ++++---- README | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.olddoc.yml b/.olddoc.yml index af28387..efcc429 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -5,12 +5,12 @@ git_url: git://yhbt.net/clogger.git public_email: clogger-public@yhbt.net ml_url: - https://yhbt.net/clogger-public/ -- http://ou63pmih66umazou.onion/clogger-public/ +- http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/clogger-public/ - imaps://news.public-inbox.org/inbox.comp.lang.ruby.clogger.0 -- imap://ou63pmih66umazou.onion/inbox.comp.lang.ruby.clogger.0 +- imap://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.clogger.0 - nntps://news.public-inbox.org/inbox.comp.lang.ruby.clogger -- nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.clogger +- nntp://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.clogger source_code: - git clone git://yhbt.net/clogger.git - git clone https://yhbt.net/clogger.git -- torsocks git clone http://ou63pmih66umazou.onion/clogger.git +- torsocks git clone http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/clogger.git diff --git a/README b/README index cdb8fba..3c5e419 100644 --- a/README +++ b/README @@ -121,9 +121,9 @@ requests) is done via publicly-archived email: Tor users may also access HTTP, IMAP, and NNTP archives via .onion: -* http://ou63pmih66umazou.onion/clogger-public/ -* imap://ou63pmih66umazou.onion/inbox.comp.lang.ruby.clogger.0 -* nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.clogger +* http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/clogger-public/ +* imap://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.clogger.0 +* nntp://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/inbox.comp.lang.ruby.clogger AUTH=ANONYMOUS is supported for IMAP and IMAPS, and any username + password will work.