Update 'instructions.md'

This commit is contained in:
J0NA8_Fz 2020-05-19 12:12:10 +02:00
parent 9d1140b76a
commit 5fb12da85c
1 changed files with 21 additions and 16 deletions

View File

@ -1,6 +1,6 @@
# List Instructions
![](image/imnotarobot.gif)
![](https://codeberg.org/crimeflare/cloudflare-tor/media/branch/master/image/imnotarobot.gif)
---
@ -41,7 +41,7 @@ There are many ways to detect it:
- Add-on "[Bloku Cloudflaron MITM-Atakon](subfiles/about.bcma.md)" will help your Cloudflare collection.
- Add-on "[Ĉu ligoj estas vundeblaj al MITM-atako?](subfiles/about.ismm.md)" will tell you which link is Cloudflared.
- Visit a website via Tor or VPN, and you will be greeted by "Attention Required! Cloudflare" webpage.
- Use "Is MITM?" webpage. [Clearnet](https://searxes.eu.org/ss/tool_ismitm.php) / [Tor](http://searxes.nmqnkngye4ct7bgss4bmv5ca3wpa55yugvxen5kz2bbq67lwy6ps54yd.onion/ss/tool_ismitm.php)
- Use "Is MITM?" webpage. [Clearnet](https://searxes.eu.org/ss/tool_ismitm.php) / [Tor](https://ss.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion/ss/tool_ismitm.php)
- Dig "[NS record](https://www.digwebinterface.com/?hostnames=emsisoft.com&type=NS&ns=resolver&useresolver=8.8.4.4&nameservers=)" of the domain.
```
@ -100,7 +100,7 @@ Are you sure? *Remove* it from /split/ list and *add* to "[ex_cloudflare_users.t
- Add-on "[Kiu retejo malakceptis min?](subfiles/about.urjm.md)" will help your domain collection.
![](image/siteground.jpg)
![](https://codeberg.org/crimeflare/cloudflare-tor/media/branch/master/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.
@ -146,7 +146,7 @@ This is a collection of websites that ban Tor exits, other than through Cloudfla
- Add-on "[Kiu retejo malakceptis min?](subfiles/about.urjm.md)" will help your domain collection.
- Add-on "[Ĉu ĉi tiuj ligoj blokos Tor-uzanton?](subfiles/about.isat.md)" will tell you which link rejected Tor visitor.
![](image/tor_nontor_diff.jpg)
![](https://codeberg.org/crimeflare/cloudflare-tor/media/branch/master/image/tor_nontor_diff.jpg)
- Some news websites are lying to Tor users. You can read their website if you are not using Tor nor VPN. If you visit their website over Tor, they just say "Sorry, article not found".
How can you trust their news if they are not treating everyone equally?
@ -174,7 +174,7 @@ If your website is on this list, you better talk with your network administrator
Are you sure? There are two ways to remove yourself.
First option is just _*remove* it from the list_ and _create a pull request_.
Second option is _wait 1 year_. We will revisit your website as a Tor user. If you're not blocking us, you will be removed.
Second option is _wait 1 year_. Our system will revisit your website as a Tor user. If you're not blocking us, you will be removed automatically.
**If your website is using Cloudflare, there's a higher chance that we receive rejection webpage. Do not use cloudflare.**
@ -191,19 +191,24 @@ Second option is _wait 1 year_. We will revisit your website as a Tor user. If y
A or B will be enough. Thank you for your contribution.
- Type A: Push to OpenPrivacy
- Type A: Push to CodeBerg
1. Log in to *OpenPrivacy*.
1. Log in to *CodeBerg*.
- Do note that Codeberg is blocking temporary email services.
- If you're Tor user, we recommend 'type B'.
2. Click "*Fork*" button. (top-left corner)
3. Edit text file.
4. Click *Double-arrow* button to create a *new pull request*.
- Type B: Just scan the FQDN
1. [Cloudflare/CDN] Scan FQDN on "[Is MITM?](https://searxes.eu.org/ss/tool_ismitm.php)" webpage. (or just use "_MITM test_" API, "_Detect CDN_" API)<br>
[Anti-TOR] Just use "_Is it blocking Tor?_" API.
2. It will be pushed to OpenPrivacy automatically within a week.
- Cloudflare/CDN
- Scan FQDN on "[Is MITM?](https://ss.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion/ss/tool_ismitm.php)" webpage.
- Or just use "_MITM test_" API, "_Detect CDN_" API.
- Anti-TOR
- Just use "_Is it blocking Tor?_" API.
Your contribution will be pushed to Codeberg(or PSS' you) automatically within a week.
</details>
@ -218,7 +223,7 @@ A or B will be enough. Thank you for your contribution.
This procedure will give you a stop_cloudflare fork with a
privacy-respecting configuration to do pushes with SSH over Tor using
git.openprivacy.ca("CDB"). This procedure is designed for ***linux***.
codeberg.org("CDB"). This procedure is designed for ***linux***.
The first step covers Windows too, but these instructions probably
need more adaptations for Windows and other platforms.
@ -227,12 +232,12 @@ need more adaptations for Windows and other platforms.
- Windows: Download `https://github.com/git-for-windows/git/releases/PortableGit-2.21.0-64-bit.7z` & run `git-bash.exe`
1. install Git, SSH(Not Windows), and Tor (if you haven't already)
1. create a `git.openprivacy.ca` account (username "snowden" will be used for this example)
1. create a `codeberg.org` account (username "snowden" will be used for this example)
1. create an SSH key pair `$ ssh-keygen -t rsa -N '' -C 'snowden at codeberg' -f "$HOME"/.ssh/id_rsa_codeberg-snowden`
1. edit `$HOME/.ssh/config`:
```
host git.openprivacy.ca
hostname git.openprivacy.ca
host codeberg.org
hostname codeberg.org
ForwardX11 no
ProxyCommand connect -4 -S 127.0.0.1:9050 $(tor-resolve %h 127.0.0.1:9050) %p
host codeberg-snowden
@ -317,7 +322,7 @@ cf-ray: XXXXXXXXXXX-YYY
If `the owner` moved away from `cloudflare` **completely**, you are welcome to add `example.com` to the "[ex_cloudflare_users.txt](cloudflare_users/ex_cloudflare_users.txt)" - after checking `example.com` with online tool below.
1. Open "[Is MITM?](https://searxes.eu.org/ss/tool_ismitm.php)" webpage.
1. Open "[Is MITM?](https://ss.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion/ss/tool_ismitm.php)" webpage.
2. Input `gitlab.com` and click `Skanu`.