diff options
author | sidetracked <hh2ix8+5b71knizwqecw@sharklasers.com> | 2019-04-03 20:55:55 +0200 |
---|---|---|
committer | sidetracked <hh2ix8+5b71knizwqecw@sharklasers.com> | 2019-04-03 20:55:55 +0200 |
commit | 3c1c24eae87edbd926c06eb78d5616208e1ad66a (patch) | |
tree | 6dc02f1997fb4f0a1412ea9e5e0d53499de8b3d6 | |
parent | 69db5ed95b424993902cccd45175293cf0bb2cf6 (diff) | |
download | cloudflare-tor-3c1c24eae87edbd926c06eb78d5616208e1ad66a.tar cloudflare-tor-3c1c24eae87edbd926c06eb78d5616208e1ad66a.tar.gz cloudflare-tor-3c1c24eae87edbd926c06eb78d5616208e1ad66a.tar.lz cloudflare-tor-3c1c24eae87edbd926c06eb78d5616208e1ad66a.tar.xz cloudflare-tor-3c1c24eae87edbd926c06eb78d5616208e1ad66a.zip |
README.md references instructions.md
-rw-r--r-- | instructions.md | 6 | ||||
-rw-r--r-- | not_cloudflare/README.md | 8 |
2 files changed, 5 insertions, 9 deletions
diff --git a/instructions.md b/instructions.md index c2461c21..d9b6a013 100644 --- a/instructions.md +++ b/instructions.md @@ -72,7 +72,9 @@ IMPORTANT: Please add only "Base Domain" | -------- | -------- | | list_error403.txt | Returns HTTP Error 403 (Forbidden) | | list_customerror.txt | Returns custom error message (not HTTP 403) | -| list_other.txt | (not necessary?) | +| 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_formerly_tor-hostile.txt | was previously on one of the above tor-hostile lists | ``` IMPORTANT: Please add only "Base Domain" or "(base domain)[space](comment here)" @@ -93,4 +95,4 @@ Add them to [/not_cloudflare/](not_cloudflare/) (formerly "*TorBlocker Hall of S This is a collection of websites that ban Tor exits, other than through Cloudflare(e.g. showing access denied pages, systematic timing out connections, ...). -[This add-ons](https://addons.mozilla.org/en-US/firefox/addon/which-website-rejected-me/) will help your list_error403 collection.
\ No newline at end of file +[This add-ons](https://addons.mozilla.org/en-US/firefox/addon/which-website-rejected-me/) will help your list_error403 collection. diff --git a/not_cloudflare/README.md b/not_cloudflare/README.md index e1cc4800..6fe2d14f 100644 --- a/not_cloudflare/README.md +++ b/not_cloudflare/README.md @@ -2,10 +2,4 @@ Don't block us! -| *file* | *list purpose* | -|--|--| -| list_customerror.txt | website blocks Tor but gives information (usually blaming the user) | -| list_error403.txt | website blocks Tor but gives no information other than a 403 error code | -| 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 "we think you might be a robot" | -| list_formerly_tor-hostile.txt | was previously on one of the above tor-hostile lists | +See [instructions.md](file://../instructions.md) for file purpose and format specifications. |