diff --git a/instructions.md b/instructions.md index 8fff3cee7..314bb9d87 100644 --- a/instructions.md +++ b/instructions.md @@ -105,36 +105,26 @@ IMPORTANT: Please add only "Base Domain" | List name | Description | | -------- | -------- | -| **/cidr_data/?.txt** | **other CDN IPv4 CIDR files** | -| **list_othercdn_domain.txt** | **domains behind these CDN (Not Cloudflare)** | +| **/domain/(cdnName).txt** | **Split files (FQDN)** | +| tor_blocked.txt | FQDN which denied access via Tor | +| /cidr_data/?.txt | CIDR, ASN | +| ex_tor_blocked.txt | _was_ previously on one of the above tor-hostile lists | + + +| List name | Description | +| -------- | -------- | | list_http_error.txt | Websites that instantly and unconditionally deny service to Tor visitors by returning an HTTP error. HTTP 403 is the most common but this list catalogs all HTTP responses that entail DoS (i.e. not HTTP 200). File format is: <FQDN> <http error code> | | list_customerror.txt | Custom error message renders for Tor visitors generally without HTTP error. | | list_other.txt | Any other form of tor-hostility or mistreatment. This includes sites somewhat functional for Tor users to some extent but sneaky and unexpected adverse retalitory actions are taken against Tor visitors. | -| list_formerly_tor-hostile.txt | _was_ previously on one of the above tor-hostile lists | + - Add-on "[Kiu retejo malakceptis min?](addon/about.urjm.md)" will help your domain collection. ![](image/siteground.jpg) Above is how Siteground-hosted([INAP](https://www.inap.com/press-release/inap-completes-acquisition-singlehop/);[Singlehop](https://www.siteground.com/blog/siteground-partners-singlehop/)) sites often appear to Tor visitors when timeouts/tarpitting doesn't occur. -If you see this please update `list_othercdn_domain.txt`. (CDN ID: Z7) +You can find such examples in `/domains/`. -``` -list_othercdn_domain.txt - - -{domain} {CDN code} - -{CDN code}: -'amazon.txt':'Z1' -'akamai.txt':'Z2' -(cloudflare is Z3) -'imperva.txt':'Z4' -'google.txt':'Z5' -'microsoft.txt':'Z6' -'inap.txt':'Z7' -'sucuri.txt':'Z8' -``` ``` IMPORTANT: Please add only "FQDN" or "FQDN[space](comment here)" diff --git a/not_cloudflare/domains/README.md b/not_cloudflare/domains/README.md new file mode 100644 index 000000000..17c85e325 --- /dev/null +++ b/not_cloudflare/domains/README.md @@ -0,0 +1,5 @@ +# CDN users FQDN list + +- Cloudflare data is [/cloudflare_users/domains](../../cloudflare_users/domains) + +See [instructions.md](../../instructions.md) for file purpose and format specifications. \ No newline at end of file diff --git a/not_cloudflare/domains/akamai.txt b/not_cloudflare/domains/akamai.txt new file mode 100644 index 000000000..5b046a6d9 --- /dev/null +++ b/not_cloudflare/domains/akamai.txt @@ -0,0 +1 @@ +akamai.com \ No newline at end of file diff --git a/not_cloudflare/domains/amazon.txt b/not_cloudflare/domains/amazon.txt new file mode 100644 index 000000000..3edc39ef7 --- /dev/null +++ b/not_cloudflare/domains/amazon.txt @@ -0,0 +1 @@ +amazon.com \ No newline at end of file diff --git a/not_cloudflare/domains/google.txt b/not_cloudflare/domains/google.txt new file mode 100644 index 000000000..699c65cb6 --- /dev/null +++ b/not_cloudflare/domains/google.txt @@ -0,0 +1 @@ +google.com \ No newline at end of file diff --git a/not_cloudflare/domains/imperva.txt b/not_cloudflare/domains/imperva.txt new file mode 100644 index 000000000..0519ecba6 --- /dev/null +++ b/not_cloudflare/domains/imperva.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/not_cloudflare/domains/inap.txt b/not_cloudflare/domains/inap.txt new file mode 100644 index 000000000..107bd36ab --- /dev/null +++ b/not_cloudflare/domains/inap.txt @@ -0,0 +1,5 @@ +calreinvest.org +linuxincluded.com +livingmoldfree.com +thewimpyvegetarian.com +triptothewild.com \ No newline at end of file diff --git a/not_cloudflare/domains/microsoft.txt b/not_cloudflare/domains/microsoft.txt new file mode 100644 index 000000000..10424af99 --- /dev/null +++ b/not_cloudflare/domains/microsoft.txt @@ -0,0 +1 @@ +microsoft.com \ No newline at end of file diff --git a/not_cloudflare/domains/sucuri.txt b/not_cloudflare/domains/sucuri.txt new file mode 100644 index 000000000..0519ecba6 --- /dev/null +++ b/not_cloudflare/domains/sucuri.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/not_cloudflare/list_formerly_tor-hostile.txt b/not_cloudflare/ex_tor_blocked.txt similarity index 100% rename from not_cloudflare/list_formerly_tor-hostile.txt rename to not_cloudflare/ex_tor_blocked.txt diff --git a/not_cloudflare/list_othercdn_domain.txt b/not_cloudflare/list_othercdn_domain.txt deleted file mode 100644 index 6d58cf8ac..000000000 --- a/not_cloudflare/list_othercdn_domain.txt +++ /dev/null @@ -1,5 +0,0 @@ -calreinvest.org Z7 -linuxincluded.com Z7 -livingmoldfree.com Z7 -thewimpyvegetarian.com Z7 -triptothewild.com Z7 diff --git a/not_cloudflare/tor_blocked.txt b/not_cloudflare/tor_blocked.txt new file mode 100644 index 000000000..0519ecba6 --- /dev/null +++ b/not_cloudflare/tor_blocked.txt @@ -0,0 +1 @@ + \ No newline at end of file