Merge branch 'master' of notcloudflare/cloudflare-tor into master
This commit is contained in:
commit
16327029b8
33
README.md
33
README.md
|
@ -1,23 +1,36 @@
|
|||
# The Great Cloudwall
|
||||
|
||||
The Great Cloudwall is [CloudFlare](https://www.cloudflare.com). It is called this in reference to the [Great Firewall of China](http://www.greatfirewallofchina.org/) which does a comparable job of filtering out *some* people from seeing web content(ie everyone in mainland china and some people outside) while at the same time those not affected to see a dratically different web, a web free of censorship of such images as ["tank man"](https://en.wikipedia.org/wiki/Tank_Man). Cloudflare similarly prevents those in southeast asia and elsewhere who have poor internet connectivity from accessing the websites behind it(for example, they could be behind 7+ layers of NAT) unless they solve a CAPTCHA.
|
||||
"The Great Cloudwall" is [CloudFlare](https://www.cloudflare.com/).
|
||||
It is called this in reference to the [Great Firewall of China](http://www.greatfirewallofchina.org/) which does a comparable job of filtering out *some* people from seeing web content(ie everyone in mainland china and some people outside) while at the same time those not affected to see a dratically different web, a web free of censorship of such images as ["tank man"](https://en.wikipedia.org/wiki/Tank_Man).
|
||||
Cloudflare similarly prevents those in southeast asia and elsewhere who have poor internet connectivity from accessing the websites behind it(for example, they could be behind 7+ layers of NAT) unless they solve multiple image CAPTCHAs.
|
||||
|
||||
This repository is a list of websites that are behind The Great Cloudwall,
|
||||
websites who human beings have tried to access and have been [either](merely-using-cloudflare.txt) [blocked](cloudflare-list.txt) [from](cloudflare-tor-hostile-list.txt) or [suspect they will be](cloudflare-tor-hostile-list.txt). Or [Cloudflare's competitors](non-cloudflare-list.txt).
|
||||
This repository is a list of websites that are behind The Great Cloudwall, and also actively blocking Tor users.
|
||||
|
||||
There is more details of why what they are doing is wrong available [here](cloudflare-philosophy.txt).
|
||||
* [domains using Cloudflare](cloudflare-list.txt)
|
||||
* [hostile to Tor users](cloudflare-tor-hostile-list.txt)
|
||||
* [not Cloudflare but other filtering company](non-cloudflare-list.txt)
|
||||
|
||||
See [FAQ](FAQ) for Frequently Asked Questions
|
||||
There are more details of why what they are doing is wrong available [here](cloudflare-philosophy.txt).
|
||||
Also see [Frequently Asked Questions](FAQ).
|
||||
|
||||
# What can you do?
|
||||
|
||||
* see [list instructions](instructions)
|
||||
* Add domains you found: [list instructions](instructions)
|
||||
* See [our list of recommended actions](what-to-do.txt).
|
||||
|
||||
* see [our list of recommended actions](what-to-do.txt).
|
||||
|
||||
There are [other](https://trac.torproject.org/projects/tor/wiki/org/doc/ListOfServicesBlockingTor) [lists](https://github.com/pirate/sites-using-cloudflare), but this one is one where every entry on the list a human being has actually tried
|
||||
There are other lists, but this one is one where every entry on the list a human being has actually tried
|
||||
to go to, and has been blocked.
|
||||
Human is not a robot.
|
||||
|
||||
* [List of services blocking Tor](https://trac.torproject.org/projects/tor/wiki/org/doc/ListOfServicesBlockingTor) by Tor project contributors
|
||||
* [Sites using cloudflare](https://github.com/pirate/sites-using-cloudflare) by pirate
|
||||
|
||||
WARNING:
|
||||
Github.com is hostile to Tor users. If you create an account on Github via Tor, your account will be automatically
|
||||
flagged for spam and will be deleted. See "List of services blocking Tor" for details.
|
||||
|
||||
# Who uses this list?
|
||||
|
||||
At least one search engine / searx [instance](http://searxes.danwin1210.me/).
|
||||
At least one.
|
||||
|
||||
* [Searxes](http://searxes.danwin1210.me/) meta-search engine
|
||||
|
|
20
instructions
20
instructions
|
@ -1,20 +1,16 @@
|
|||
= Instructions
|
||||
= Instructions for manual input
|
||||
|
||||
If you go to a website that gives you a reCAPTCHA
|
||||
|
||||
1) check if the blocked page says "one more step" as the title, and has something like
|
||||
|
||||
"Ray ID CloudFlare: 299472c7c9783c1d • Your IP: 178.20.55.16 • Performance & Safety by CloudFlare "
|
||||
1) If the webpage served you "Attention Required! Cloudflare" webpage
|
||||
|
||||
Check if the blocked page says "one more step" as the title, and has something like
|
||||
"Ray ID CloudFlare: xxxxxxxxxxxxxxx • Your IP: xxx.xxx.xxx.xxx • Performance & Safety by CloudFlare "
|
||||
at the bottom of the page.
|
||||
|
||||
If it does, add to cloudflare-list.txt
|
||||
|
||||
(See #6 for format)
|
||||
If it does, add to "[cloudflare-list.txt](cloudflare-list.txt)". See #6 for format.
|
||||
|
||||
|
||||
2) Some sites use custom page CloudFlare unit.
|
||||
|
||||
The only way to detect it is to find CloudFlare JavaScript, or Ray ID as a CAPTCHA in its source code.
|
||||
|
||||
|
||||
|
@ -50,7 +46,7 @@ Add to cloudflare-tor-hostile-list.txt
|
|||
it on two, please help keep list accurate by removing it from one of the two
|
||||
lists.)
|
||||
|
||||
domain . The TLD [<- elegant comment (s) ] [ tags ]
|
||||
{base domain} [<- elegant comment (s) ] [ tags ]
|
||||
|
||||
Tags:
|
||||
|
||||
|
@ -64,10 +60,6 @@ For example, free software projects w / ClownFucked web pages can be viewed simi
|
|||
* CFA(action) = action is one of "boycott", "discouragedonations", "petition", "legalaction" followed by a URL if possible
|
||||
|
||||
* INSTANTp = service denial is instant/deferred
|
||||
|
||||
* DOSBASIS(basis) = basis is one of "anonymous", "IPregion", "datacenterIP", "residentialIP", "anonymoustor", "anonymousi2p", "anonymousvpn"
|
||||
|
||||
* CAPTCHAp = has CAPTCHA
|
||||
|
||||
* COMMERCIALp(type) = type is one of "true", "false"
|
||||
|
||||
|
|
Loading…
Reference in New Issue