Skip to content
Snippets Groups Projects
Commit 6ede2f13 authored by Matt Traudt's avatar Matt Traudt
Browse files

new domains for blog and tormodbot docs

parent 6a046078
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,4 @@
A Weechat Python (3) plugin to aide moderation of multiple IRC channels.
Documentation exists in `docs/` and as docstrings in code. It's rendered with
Sphinx and deployed "regularly" at <https://tormodbot.pastly.xyz>.
Sphinx and deployed "regularly" at <https://tormodbot.pastly.net>.
......@@ -16,7 +16,7 @@ Docs
- **This page**: `http://aftq7v7hdsht[...].onion
<http://aftq7v7hdshtliovsulccph7gbxkhqh2w7pqaiemv5xz7rhzdap7irid.onion>`_ AKA
https://tormodbot.pastly.xyz.
https://tormodbot.pastly.net.
.. toctree::
:maxdepth: 2
......
......@@ -6,7 +6,8 @@ example.com with letterboxing, your window will appear to be 1100x800, which
**maybe** some other TB user visiting example.com will have too.
Assuming most people do not resize TB's window, for best anti-fingerprinting
results, leave TB's window size alone. Window size can be determined with CSS;
disabling JavaScript doesn't help: https://matt.traudt.xyz/p/YF4ciVY6.html.
disabling JavaScript doesn't help: https://blog.pastly.net/posts/2016-09-04-how-css-alone-can-help-track-you/.
No, having a common monitor size doesn't help: ask me about the FAQ
fullscreen-torbrowser. Letterboxing can be disabled with the about:config
option privacy.resistFingerprinting.letterboxing.
......@@ -10,7 +10,7 @@ v2 onion services will stop working in July 2021 for most people. For why, ask
"!faq v2-onions".
V3 onion services were flaky in January 2021. For why
https://matt.traudt.xyz/posts/tracking-tors-network-wide-v3-onion-service-outages/
https://blog.pastly.net/posts/2021-01-13-tracking-tors-v3-onion-outages/
There's not really a good search engine that indexes onion services. Maybe try
http://ahmia.fi.
......
......@@ -8,7 +8,7 @@ first "hop" and last "hop" and correlate traffic, as opposed to "going hop by
hop". Lots of layers of encryption doesn't really make you safer. Be fully
informed with whatever choice you make. See these links for more anti Tor+VPN
info and ways VPNs/VPN companies aren't as great as you may think.
https://matt.traudt.xyz/p/mRikAa4h.html
https://blog.pastly.net/posts/2016-11-12-vpn-tor-not-net-gain/
https://people.cs.umass.edu/~phillipa/papers/imc18-final122.pdf
https://blog.benjojo.co.uk/post/north-korea-dprk-bgp-geoip-fruad
https://security.stackexchange.com/a/125008
......
TorModBot is a IRC bot written to help Tor Project moderate their many
channels. It is written and maintained by pastly (https://matt.traudt.xyz).
For code and more information, see https://tormodbot.pastly.xyz and
channels. It is written and maintained by pastly (https://blog.pastly.net).
For code and more information, see https://tormodbot.pastly.net and
https://gitlab.torproject.org/pastly/weechat-tormodbot
Tor Project has an amazing FAQ and collection of guides. Check them out
......
Please use a tor-friendly paste service to share logs/configs/screenshots/etc.
https://p.pastly.xyz supports all file types. As a fallback, use
https://p.pastly.net supports all file types. As a fallback, use
https://paste.debian.net or https://share.riseup.net.
#!/usr/bin/env bash
set -eu
rsync_host=piggie
rsync_dest=/var/www/tormodbot.pastly.xyz
rsync_dest=/var/www/tormodbot.pastly.net
cd docs
sphinx-apidoc -fo . ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment