[Matthew Browning Prince (Twitter @eastdakota)](https://twitter.com/eastdakota), born on November 13th 1974, is the CEO and co-founder of CloudFlare.
Thanks to his rich dad, [John B. Prince](http://web.archive.org/web/20081002173414/http://www.mufranchisee.com/article/453/), he attended the [University of Chicago Law School](https://en.wikipedia.org/wiki/University_of_Chicago_Law_School) ('00) and [Harvard Business School](https://en.wikipedia.org/wiki/Harvard_Business_School) ('09). Prince taught Internet law and was a specialist in anti-spam laws and phishing investigations.
"*I’d suggest this was armchair analysis by kids – it’s hard to take seriously.*" [t](https://www.theguardian.com/technology/2015/nov/19/cloudflare-accused-by-anonymous-helping-isis)
"*That was simply unfounded paranoia, pretty big difference.*" [t](https://twitter.com/xxdesmus/status/992757936123359233)
"*We also work with Interpol and other non-US entities*" [t](https://twitter.com/eastdakota/status/1203028504184360960)
"*Watching hacker skids on Github squabble about trying to bypass Cloudflare's new anti-bot systems continues to be my daily amusement.* 🍿" [t](https://twitter.com/eastdakota/status/1273277839102656515)
- 원하는 웹 사이트에서 Cloudflare를 사용하는 경우 Cloudflare를 사용하지 말라고 알려주십시오.
- Facebook, Reddit, Twitter 또는 Mastodon과 같은 소셜 미디어에서 징징 거리는 것은 차이가 없습니다. [액션은 해시 태그보다 더 큽니다.](https://twitter.com/phyzonloop/status/1274132092490862594)
- 그보다 더 잘할 수 있지요? [Cloudflare 구독, 플랜, 도메인 또는 계정을 제거하는 방법은 다음과 같습니다.](https://support.cloudflare.com/hc/en-us/articles/200167776-Removing-subscriptions-plans-domains-or-accounts)
- [안녕하세요, "우리는 귀하의 개인 정보를 중요하게 생각합니다"라고 썼지 만 "오류 403 금지 된 익명 프록시가 허용되지 않음"이 발생했습니다.](https://it.slashdot.org/story/19/02/19/0033255/stop-saying-we-take-your-privacy-and-security-seriously) Tor 또는 VPN을 차단하는 이유는 무엇입니까? [임시 이메일을 차단하는 이유는 무엇입니까?](http://nomdjgwjvyvlvmkolbyp3rocn2ld7fnlidlt2jjyotn3qqsvzs2gmuyd.onion/mail/)
- Cloudflare를 사용하여 "API 서비스", "소프트웨어 업데이트 서버"또는 "RSS 피드"를 프록시하면 고객에게 해를 끼칠 수 있습니다. 고객이 전화를 걸어 "더 이상 귀하의 API를 사용할 수 없습니다"라고 말했지만 무슨 일이 일어나고 있는지 전혀 모릅니다. Cloudflare는 고객을 조용히 차단할 수 있습니다. 괜찮다고 생각하세요?
- RSS 리더 클라이언트와 RSS 리더 온라인 서비스가 많이 있습니다. 사람들이 구독하는 것을 허용하지 않는데 왜 RSS 피드를 게시합니까?
- HTTPS 인증서가 필요합니까? "Let 's Encrypt"를 사용하거나 CA 회사에서 구입하십시오.
- DNS 서버가 필요합니까? 자신의 서버를 설정할 수 없습니까? 그들에 대해: [Hurricane Electric Free DNS](https://dns.he.net/), [Dyn.com](https://dyn.com/dns/), [1984 Hosting](https://www.1984hosting.com/), [Afraid.Org (TOR를 사용하는 경우 관리자는 계정을 삭제합니다.)](https://freedns.afraid.org/)
- 호스팅 서비스를 찾고 계십니까? 무료인가요? 그들에 대해: [Onion Service](http://vww6ybal4bd7szmgncyruucpgfkqahzddi37ktceo3ah7ngmcopnpyyd.onion/en/security/network-security/tor/onionservices-best-practices), [Free Web Hosting Area](https://freewha.com/), [Autistici/Inventati Web Site Hosting](https://www.autinv5q6en4gpf4.onion/services/website), [Github Pages](https://pages.github.com/), [Surge](https://surge.sh/)
- OWASP 및 Fail2Ban과 같은 웹 응용 프로그램 방화벽을 서버에 설치하고 올바르게 구성하십시오.
- Tor 차단은 해결책이 아닙니다. 작은 나쁜 사용자를 위해 모든 사람을 처벌하지 마십시오.
- "Cloudflare Warp"사용자가 웹 사이트에 액세스하지 못하도록 리디렉션하거나 차단합니다. 가능한 경우 이유를 제공하십시오.
> IP 목록: "[Cloudflare의 현재 IP 범위](cloudflare_inc/)"
> A: 그냥 차단
```
server {
...
deny 173.245.48.0/20;
deny 103.21.244.0/22;
deny 103.22.200.0/22;
deny 103.31.4.0/22;
deny 141.101.64.0/18;
deny 108.162.192.0/18;
deny 190.93.240.0/20;
deny 188.114.96.0/20;
deny 197.234.240.0/22;
deny 198.41.128.0/17;
deny 162.158.0.0/15;
deny 104.16.0.0/12;
deny 172.64.0.0/13;
deny 131.0.72.0/22;
deny 2400:cb00::/32;
deny 2606:4700::/32;
deny 2803:f800::/32;
deny 2405:b500::/32;
deny 2405:8100::/32;
deny 2a06:98c0::/29;
deny 2c0f:f248::/32;
...
}
```
> B: 경고 페이지로 이동
```
http {
...
geo $iscf {
default 0;
173.245.48.0/20 1;
103.21.244.0/22 1;
103.22.200.0/22 1;
103.31.4.0/22 1;
141.101.64.0/18 1;
108.162.192.0/18 1;
190.93.240.0/20 1;
188.114.96.0/20 1;
197.234.240.0/22 1;
198.41.128.0/17 1;
162.158.0.0/15 1;
104.16.0.0/12 1;
172.64.0.0/13 1;
131.0.72.0/22 1;
2400:cb00::/32 1;
2606:4700::/32 1;
2803:f800::/32 1;
2405:b500::/32 1;
2405:8100::/32 1;
2a06:98c0::/29 1;
2c0f:f248::/32 1;
}
...
}
server {
...
if ($iscf) {rewrite ^ https://example.com/cfwsorry.php;}
...
}
<?php
header('HTTP/1.1 406 Not Acceptable');
echo <<<CLOUDFLARED
Thank you for visiting ourwebsite.com!<br/>
We are sorry, but we can't serve you because your connection is being intercepted by Cloudflare.<br/>
Please read https://codeberg.org/crimeflare/cloudflare-tor for more information.<br/>
CLOUDFLARED;
die();
```
- 자유를 믿고 익명의 사용자를 환영한다면 Tor Onion Service 또는 I2P insite를 설정하십시오.
- 다른 Clearnet / Tor 이중 웹 사이트 운영자에게 조언을 구하고 익명의 친구를 사귀십시오!
</details>
------
<details>
<summary>클릭 해주세요
## 소프트웨어 사용자
</summary>
- Discord는 CloudFlare를 사용하고 있습니다. 대안? 우리는 추천합니다 [**Briar** (Android)](https://f-droid.org/en/packages/org.briarproject.briar.android/), [Ricochet (PC)](https://ricochet.im/), [Tox + Tor (Android/PC)](https://tox.chat/download.html)
- Briar에는 Tor 데몬이 포함되어 있으므로 Orbot을 설치할 필요가 없습니다.
- Qwtch 개발자 인 Open Privacy는 예고없이 git 서비스에서 stop_cloudflare 프로젝트를 삭제했습니다.
- Debian GNU / Linux 또는 기타 파생 제품을 사용하는 경우 구독: [bug #831835](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831835). 그리고 가능하다면 패치를 확인하는 데 도움을 주시고 관리자가 패치를 받아 들여야하는지에 대한 올바른 결론을 내 리도록 도와주세요.
- [Firefox는 언론의 자유를 거부하고 언론의 자유를 금지합니다](https://web.archive.org/web/20200423010026/https://reclaimthenet.org/firefox-rejects-free-speech-bans-free-speech-commenting-plugin-dissenter-from-its-extensions-gallery/)
- ["100 개 이상의 반대표. 소프트웨어 회사에 고수해달라고 요청하는 것 같습니다 ... 소프트웨어는 요즘 너무 많은 일입니다."](https://old.reddit.com/r/firefox/comments/gutdiw/weve_got_work_to_do_the_mozilla_blog/fslbbb6/)
- [어, Firefox가 내 URL 표시 줄에 스폰서 링크를 표시하는 이유는 무엇입니까?](https://www.reddit.com/r/firefox/comments/jybx2w/uh_why_is_firefox_showing_me_sponsored_links_in/)
- [Mozilla는 Cloudflare 서비스를 사용하고 있습니다.](https://www.robtex.com/dns-lookup/www.mozilla.org) [또한 제품에 Cloudflare의 DNS 서비스를 사용하고 있습니다.](https://www.theregister.co.uk/2018/03/21/mozilla_testing_dns_encryption/)
- [Firefox Focus는 농담입니다.](https://github.com/mozilla-mobile/focus-android/issues/1743) [그들은 원격 측정 기능을 끄겠다고 약속했지만 변경했습니다.](https://github.com/mozilla-mobile/focus-android/issues/4210)
- [Pale Moon의 아카이브 서버가 18 개월 동안 악성 코드를 해킹 및 확산](https://www.reddit.com/r/privacytoolsIO/comments/cc808y/pale_moons_archive_server_hacked_and_spread/)
- 그는 또한 Tor 사용자를 싫어합니다. - "[토르에게 적대적이게 놔두세요. 대부분의 사이트는 매우 높은 남용 요인을 고려할 때 Tor에 적대적이어야한다고 생각합니다.](https://github.com/yacy/yacy_search_server/issues/314#issuecomment-565932097)"
- [Waterfox에는 심각한 "집 전화"문제가 있습니다.](https://spyware.neocities.org/articles/waterfox.html)
- [여기에 더 많은 문제가 있습니다.](https://spyware.neocities.org/articles/brave.html)
- [바이 낸스 제휴 ID](https://twitter.com/cryptonator1337/status/1269594587716374528)
- [Microsoft Edge를 사용하면 Facebook이 사용자의 뒤에서 Flash 코드를 실행할 수 있습니다.](https://www.zdnet.com/article/microsoft-edge-lets-facebook-run-flash-code-behind-users-backs/)
- [비발디는 귀하의 개인 정보를 존중하지 않습니다.](https://spyware.neocities.org/articles/vivaldi.html)
- [Opera 스파이웨어 수준 : 매우 높음](https://spyware.neocities.org/articles/opera.html)
- Apple iOS: [주로 맬웨어이기 때문에 iOS를 전혀 사용하지 않아야합니다.](https://www.gnu.org/proprietary/malware-apple.html)
따라서 위의 표만 권장합니다. 다른 건 없습니다.
</details>
------
<details>
<summary>클릭 해주세요
## Mozilla Firefox 사용자
</summary>
- "Firefox Nightly"는 옵트 아웃 방법없이 디버그 수준의 정보를 Mozilla 서버로 보냅니다.