diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-08-12 15:08:33 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-08-12 15:08:33 -0400 |
| commit | 802859a04fe50a9befc87e956f563c6153f43725 (patch) | |
| tree | 9dfd65e2499d64442dca0693eef6452e0ef1966a | |
| parent | 7ac00aa9d10a31540d5d09c8035d64bbc76a6002 (diff) | |
[pages] List Tor and i2p mirrors
| -rw-r--r-- | haunt/pages/about.sxml | 6 | ||||
| -rw-r--r-- | org/pages/changelog.org | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/haunt/pages/about.sxml b/haunt/pages/about.sxml index 691c944..7205413 100644 --- a/haunt/pages/about.sxml +++ b/haunt/pages/about.sxml @@ -56,6 +56,12 @@ received it. SDF has discontinued mail service on that domain. As such, " (p "Collection of some things that I especially enjoyed reading.")) (section (h4 ,(hyperlink "/pages/changelog.html" "Changelog")) (p "A record of any notable user-facing changes made to this website."))) + (p "To the best of my knowledge, access to this website is not being blocked by any +foreign government. Should this change, I maintain mirrors on " + ,(hyperlink "http://jakobyallfrbd3herebyee7hug3hxs2ma6aflmmllk35d7dyiwp3adid.onion/" "Tor") + " and " + ,(hyperlink "http://mtgqjdrqqpovyhx7tortulrnvakbptsi3w5yintmo6lqapdd3hnq.b32.i2p" "i2p") + ".") (p "1: I'll just ask that you reach out to me through other channels before sending me an invitation on Jabber. My address ended up on the XSender list, so I have a script to block messages from anyone not on my roster."))) diff --git a/org/pages/changelog.org b/org/pages/changelog.org index ff7f8d7..4e64cc8 100644 --- a/org/pages/changelog.org +++ b/org/pages/changelog.org @@ -2,6 +2,10 @@ A record of any notable user-facing changes made to this website. For more detail, refer to the log of the [[https://git.sr.ht/~jakob/blog][Git repository]]. +** Saturday, August 12, 2023 + +- Enabled partial API access for Tor and i2p visitors. + ** Friday, August 11, 2023 - Fixed custom error documents. |