stop_cloudflare/instructions.md

83 lines
2.9 KiB
Markdown
Raw Normal View History

2019-02-25 03:09:59 +01:00
# Instructions
--------------
2018-10-11 15:00:30 +02:00
2019-02-25 03:09:59 +01:00
## Website is using Cloudflare
2018-10-11 15:00:30 +02:00
| List name | Description |
2018-10-11 15:04:44 +02:00
| -------- | -------- |
2019-02-25 03:20:36 +01:00
| /split/cloudflare(X).txt | Split files (base domain) |
| ex_cloudflare_users.txt | Domains which used Cloudflare in the past, not anymore |
| cloudflare_CIDR_v4.txt | IPv4 CIDR owned by Cloudflare |
| cloudflare_CIDR_v6.txt | IPv6 CIDR owned by Cloudflare |
| cloudflare_range_v4.txt | IPv4 range owned by Cloudflare |
| cloudflare_owned_ASN.txt | AS network owned by Cloudflare |
2019-03-02 04:41:09 +01:00
| cloudflare_owned_NS.txt | Name Server owned by Cloudflare |
2018-10-11 15:17:40 +02:00
| cloudflare_owned_domains.txt | Domains owned by Cloudflare |
| cloudflare_owned_onions.txt | Tor .onions owned by Cloudflare |
2018-10-11 15:00:30 +02:00
2018-10-11 15:12:11 +02:00
1) How to detect Cloudflare
2018-10-11 15:00:30 +02:00
2019-03-03 00:01:42 +01:00
There are many ways to detect it:
2018-10-11 15:12:11 +02:00
- [These add-ons](what-to-do.md) will help your Cloudflare collection.
- Visit a website via Tor or VPN, and you will be greeted by "Attention Required! Cloudflare" webpage.
2019-03-03 00:01:42 +01:00
- Dig "[NS record](https://www.digwebinterface.com/?hostnames=emsisoft.com&type=NS&ns=resolver&useresolver=8.8.4.4&nameservers=)" of the domain.
2019-03-03 00:02:09 +01:00
2019-03-03 00:01:42 +01:00
```
emsisoft.com. 21599 IN NS bella.ns.cloudflare.com.
emsisoft.com. 21599 IN NS dom.ns.cloudflare.com.
```
2019-03-03 00:02:09 +01:00
2019-03-03 00:01:42 +01:00
- Dig "[A record](https://www.digwebinterface.com/?hostnames=dev.qubes-os.org&type=A&ns=resolver&useresolver=8.8.4.4&nameservers=)" of the FQDN, then [check the IP's owner](https://ipinfo.io/104.18.228.122).
2019-03-03 00:02:09 +01:00
2019-03-03 00:01:42 +01:00
```
dev.qubes-os.org. 299 IN A 104.18.228.122
ASN AS13335 Cloudflare, Inc.
Organization Cloudflare, Inc.
Route 104.18.224.0/20
```
2018-10-11 15:00:30 +02:00
2018-10-11 15:12:11 +02:00
2) How to add your data
2018-10-11 15:00:30 +02:00
2019-02-25 03:09:59 +01:00
1. Log in to *notabug.org*.
2. Click "*Fork*" button. (top-left corner)
2018-10-11 15:12:11 +02:00
3. Edit text file.
2019-02-25 03:09:59 +01:00
4. Click *Double-arrow* button to create a *new pull request*.
2018-10-11 15:00:30 +02:00
2018-10-11 15:12:11 +02:00
```
2019-02-25 03:14:30 +01:00
IMPORTANT: Please add only "Base Domain"
2019-02-25 03:09:59 +01:00
if "community.example.com" is using Cloudflare
2019-02-25 03:14:30 +01:00
add "example.com"
if "www.example.co.uk" is using Cloudflare
add "example.co.uk"
2019-02-25 03:09:59 +01:00
if "example.net" is using Cloudflare
2019-02-25 03:14:30 +01:00
add "example.net"
... to /split/cloudflare_e.txt
2019-02-25 03:09:59 +01:00
```
2019-02-25 03:12:19 +01:00
3) If the website *no longer using Cloudflare*, *remove* it from /split/ list and *add* to "[ex_cloudflare_users.txt](https://notabug.org/themusicgod1/cloudflare-tor/src/master/ex_cloudflare_users.txt)".
2018-04-18 18:27:14 +02:00
2019-02-25 03:09:59 +01:00
--------------
2018-04-18 18:25:19 +02:00
2019-02-25 03:09:59 +01:00
## Website is NOT using Cloudflare (& blocking you)
2018-04-18 18:25:19 +02:00
2019-03-05 03:35:07 +01:00
| List name | Description |
| -------- | -------- |
| list_error403.txt | Returns HTTP Error 403 (Forbidden) |
| list_customerror.txt | Returns custom error message (not HTTP 403) |
| list_other.txt | (not necessary?) |
2019-02-25 03:09:59 +01:00
Some websites use other companies with the CloudFlare business model.
2018-04-18 18:25:19 +02:00
2019-03-05 03:32:35 +01:00
Add them to [/not_cloudflare/](not_cloudflare/) (formerly "*TorBlocker Hall of Shame Part I*")
2018-04-18 18:25:19 +02:00
2019-02-25 03:09:59 +01:00
This is a collection of websites that ban Tor exits, other than through Cloudflare(e.g. showing access denied pages, systematic timing out connections, ...).