deCloudflare/instructions.md

73 lines
2.7 KiB
Markdown
Raw Normal View History

2019-02-24 21:09:59 -05:00
# Instructions
--------------
2018-10-11 09:00:30 -04:00
2019-02-24 21:09:59 -05:00
## Website is using Cloudflare
2018-10-11 09:00:30 -04:00
| List name | Description |
2018-10-11 09:04:44 -04:00
| -------- | -------- |
2019-02-24 21:20:36 -05: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-01 22:41:09 -05:00
| cloudflare_owned_NS.txt | Name Server owned by Cloudflare |
2018-10-11 09:17:40 -04:00
| cloudflare_owned_domains.txt | Domains owned by Cloudflare |
| cloudflare_owned_onions.txt | Tor .onions owned by Cloudflare |
2018-10-11 09:00:30 -04:00
2018-10-11 09:12:11 -04:00
1) How to detect Cloudflare
2018-10-11 09:00:30 -04:00
2019-03-02 18:01:42 -05:00
There are many ways to detect it:
2018-10-11 09:12:11 -04: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-02 18:01:42 -05:00
- Dig "[NS record](https://www.digwebinterface.com/?hostnames=emsisoft.com&type=NS&ns=resolver&useresolver=8.8.4.4&nameservers=)" of the domain.
```
emsisoft.com. 21599 IN NS bella.ns.cloudflare.com.
emsisoft.com. 21599 IN NS dom.ns.cloudflare.com.
```
- 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).
```
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 09:00:30 -04:00
2018-10-11 09:12:11 -04:00
2) How to add your data
2018-10-11 09:00:30 -04:00
2019-02-24 21:09:59 -05:00
1. Log in to *notabug.org*.
2. Click "*Fork*" button. (top-left corner)
2018-10-11 09:12:11 -04:00
3. Edit text file.
2019-02-24 21:09:59 -05:00
4. Click *Double-arrow* button to create a *new pull request*.
2018-10-11 09:00:30 -04:00
2018-10-11 09:12:11 -04:00
```
2019-02-24 21:14:30 -05:00
IMPORTANT: Please add only "Base Domain"
2019-02-24 21:09:59 -05:00
if "community.example.com" is using Cloudflare
2019-02-24 21:14:30 -05:00
add "example.com"
if "www.example.co.uk" is using Cloudflare
add "example.co.uk"
2019-02-24 21:09:59 -05:00
if "example.net" is using Cloudflare
2019-02-24 21:14:30 -05:00
add "example.net"
... to /split/cloudflare_e.txt
2019-02-24 21:09:59 -05:00
```
2019-02-24 21:12:19 -05: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 12:27:14 -04:00
2019-02-24 21:09:59 -05:00
--------------
2018-04-18 12:25:19 -04:00
2019-02-24 21:09:59 -05:00
## Website is NOT using Cloudflare (& blocking you)
2018-04-18 12:25:19 -04:00
2019-02-24 21:09:59 -05:00
Some websites use other companies with the CloudFlare business model.
2018-04-18 12:25:19 -04:00
2019-02-24 21:09:59 -05:00
Add them to [non-cloudflare-list](https://notabug.org/themusicgod1/non-cloudflare-tor-hostile/) (formerly "*TorBlocker Hall of Shame Part I*")
2018-04-18 12:25:19 -04:00
2019-02-24 21:09:59 -05: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, ...).