summaryrefslogtreecommitdiffstats
path: root/instructions.md
diff options
context:
space:
mode:
authorlibBletchley <cb-libBletchley@sideload.33mail.com>2019-08-09 11:01:04 -0400
committerlibBletchley <cb-libBletchley@sideload.33mail.com>2019-08-09 11:01:04 -0400
commitacbad1f809e8e527814c42cb1bfc3d0015155d70 (patch)
tree86a1cf8e6e207d810bea4be99e5f3203460f07f1 /instructions.md
parentc77a89eb327795f21b06732e611008da11018923 (diff)
downloadcloudflare-tor-acbad1f809e8e527814c42cb1bfc3d0015155d70.tar
cloudflare-tor-acbad1f809e8e527814c42cb1bfc3d0015155d70.tar.gz
cloudflare-tor-acbad1f809e8e527814c42cb1bfc3d0015155d70.tar.lz
cloudflare-tor-acbad1f809e8e527814c42cb1bfc3d0015155d70.tar.xz
cloudflare-tor-acbad1f809e8e527814c42cb1bfc3d0015155d70.zip
cat <(sed 's/$/ 403/' list_error403.txt) <(sed 's/$/ 462/' list_error462.txt) <(printf %s\n 'manta.com 403') | sort > list_http_error.txt
Diffstat (limited to 'instructions.md')
-rw-r--r--instructions.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/instructions.md b/instructions.md
index 2290e50a..9a01abdf 100644
--- a/instructions.md
+++ b/instructions.md
@@ -89,14 +89,17 @@ Type B: Use "[Is MITM?](https://searxes.eu.org/collab/sxes/tool_ismitm.php)" web
| List name | Description |
| -------- | -------- |
-| list_error403.txt | Returns HTTP Error 403 (Forbidden) |
-| list_error462.txt | Returns HTTP Error 462 |
-| list_customerror.txt | Returns custom error message (not HTTP 403) |
-| list_other.txt | any other form of tor-hostility or mistreatment |
-| list_siteground.txt | siteground.com is a Tor-hostile hosting service that indiscriminately DoSes all Tor users with the collective judgement: "our system thinks you might be a robot!" Sometimes the site functions, and sometimes it times out, but the robot accusation is very common. |
+| list_http_error.txt | Websites that instantly and unconditionally deny service to Tor visitors by returning an HTTP error. HTTP 403 is the most common but this list catalogs all HTTP responses that entail DoS (i.e. not HTTP 200). File format is: <FQDN> <http error code> |
+| list_customerror.txt | Custom error message renders for Tor visitors generally without HTTP error. |
+| list_other.txt | Any other form of tor-hostility or mistreatment. This includes sites somewhat functional for Tor users to some extent but sneaky and unexpected adverse retalitory actions are taken against Tor visitors. |
+| list_siteground.txt | siteground.com is a Tor-hostile hosting service that indiscriminately DoSes all Tor users with the collective judgement: "our system thinks you might be a robot!" Sometimes the site functions, and sometimes it times out, but the robot accusation (illustrated below) is very common. |
| list_formerly_tor-hostile.txt | was previously on one of the above tor-hostile lists |
+| (obsolete) list_error403.txt | Superceded by list_http_error.txt. Returns HTTP Error 403 (Forbidden) |
+| (obsolete) list_error462.txt | Superceded by list_http_error.txt. Returns HTTP Error 462 |
-![](image/siteground.jpg)
+This is how Siteground-hosted sites often appear to Tor visitors when timeouts/tarpitting doesn't occur:
+
+![](image/siteground.jpg) &lt;= If you see this please update `list_siteground.txt`.
```
IMPORTANT: Please add only "FQDN" or "FQDN[space](comment here)"
@@ -112,10 +115,9 @@ Some websites use other companies with the CloudFlare business model.
This is a collection of websites that ban Tor exits, other than through Cloudflare(e.g. showing access denied pages, systematic timing out connections, ...).
-[Add-on "whyrejectme"](README.md) will help your list_error403 collection.
-
+[Add-on "whyrejectme"](README.md#what-can-you-do) will help your `list_http_error.txt` collection.
---
Information:
-- [How to setup git](instructions_git.md) \ No newline at end of file
+- [How to setup git](instructions_git.md)