diff options
author | PleaseReadAndUnderstand <please@read.and.understand> | 2019-07-04 00:58:08 +0000 |
---|---|---|
committer | PleaseReadAndUnderstand <please@read.and.understand> | 2019-07-04 00:58:08 +0000 |
commit | 91c7a11699e09b4551d5a47f9ffb0a4c10a568ad (patch) | |
tree | dd484804389c6ce44de0c47867a8e8a3d94a19a0 | |
parent | 2da87f4ed199b2452c11154d10ec08866679e0dc (diff) | |
download | cloudflare-tor-91c7a11699e09b4551d5a47f9ffb0a4c10a568ad.tar cloudflare-tor-91c7a11699e09b4551d5a47f9ffb0a4c10a568ad.tar.gz cloudflare-tor-91c7a11699e09b4551d5a47f9ffb0a4c10a568ad.tar.lz cloudflare-tor-91c7a11699e09b4551d5a47f9ffb0a4c10a568ad.tar.xz cloudflare-tor-91c7a11699e09b4551d5a47f9ffb0a4c10a568ad.zip |
Update 'README.md'
-rw-r--r-- | README.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -8,16 +8,24 @@ It is the world's [largest](https://w3techs.com/technologies/history_overview/proxy) MITM proxy([reverse proxy](https://en.wikipedia.org/wiki/Reverse_proxy)). It sits between you and origin webserver, acting like a [border patrol agent](https://www.cbp.gov/careers/bpa). The origin webserver administrator allowed the agent to decide who can access to their "_web property_" and define "_restricted area_". -Take a look at the second image posted below. You will think Cloudflare block _only_ attackers. You will think _Cloudflare is always online(never go down)_. However it is not true. --- ![](image/cloudflaredearuser.jpg) -![](image/howcfwork.jpg) ![](image/usershoulddecide.jpg) --- +Take a look at the first image posted below. You will think Cloudflare block _only_ attackers. You will think _Cloudflare is always online(never go down)_. However [it is not true](PEOPLE.md). + +--- + +![](image/howcfwork.jpg) +![](image/cfdowncfcom.jpg) +![](image/cfdown2019.jpg) + +--- + It is called this in reference to the [Great Firewall of China](https://www.comparitech.com/privacy-security-tools/blockedinchina/) which does a comparable job of filtering out many humans from seeing web content (ie everyone in mainland China and people outside) while at the same time those not affected to see a dratically different web, a web free of censorship such as an image of ["tank man"](https://en.wikipedia.org/wiki/Tank_Man) and the history of ["Tiananmen Square protests"](https://en.wikipedia.org/wiki/1989_Tiananmen_Square_protests#Censorship_in_China). (Cloudflare also [block](PEOPLE.md) legit robots(crawlers) and API clients) --- |