diff options
author | Peter Yoakum <9b6da3ee979ac5daab395bb0565e31c70a5fee46@cloudflare.com> | 2020-07-09 13:25:35 +0200 |
---|---|---|
committer | Peter Yoakum <9b6da3ee979ac5daab395bb0565e31c70a5fee46@cloudflare.com> | 2020-07-09 13:25:35 +0200 |
commit | 546295465b5cde1f53e5d3609a61a9bce987f1a5 (patch) | |
tree | 532579f7144db1d8d3fdae5a9993e1fbb14ab69b | |
parent | 6e310da85643cab982de15d14039892a0f0bddde (diff) | |
download | cloudflare-tor-546295465b5cde1f53e5d3609a61a9bce987f1a5.tar.lz cloudflare-tor-546295465b5cde1f53e5d3609a61a9bce987f1a5.tar.xz cloudflare-tor-546295465b5cde1f53e5d3609a61a9bce987f1a5.zip |
instructions.md
-rw-r--r-- | instructions.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/instructions.md b/instructions.md index 59c728df..8b23f6dc 100644 --- a/instructions.md +++ b/instructions.md @@ -231,14 +231,15 @@ A or B will be enough. Thank you for your contribution. - Scan FQDN on "[Is MITM?](https://ss.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion/ss/tool_ismitm.php)" webpage. - Or: Use add-on "[Ĉu ligoj estas vundeblaj al MITM-atako?](subfiles/about.ismm.md)" - Or: Use "_MITM test_" API. - - e.g. `curl -x socks5h://127.0.0.1:9050 -k --http2 https://api.wod~.onion/_/ismitm.php?f=www.emsisoft.com` + - e.g. `curl -x socks5h://127.0.0.1:9050 -k --http2 https://(API)/_/ismitm.php?f=www.emsisoft.com` - Or: Use "_Detect CDN_" API. - - e.g. `curl -x socks5h://127.0.0.1:9050 -k --http2 https://api.wod~.onion/_/is_zcdn.php?f=www.cloudflare.com` + - e.g. `curl -x socks5h://127.0.0.1:9050 -k --http2 https://(API)/_/is_zcdn.php?f=www.cloudflare.com` +<br> - Anti-TOR - Use "_Is it blocking Tor?_" API. - - e.g. `curl -x socks5h://127.0.0.1:9050 -k --http2 https://api.wod~.onion/_/is_antitor.php?f=www.cloudflare.com` + - e.g. `curl -x socks5h://127.0.0.1:9050 -k --http2 https://(API)/_/is_antitor.php?f=www.cloudflare.com` - Or: Use add-on "[Ĉu ĉi tiuj ligoj blokos Tor-uzanton?](subfiles/about.isat.md)" - +<br> - Public API Details: [Here](https://ss.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion/) - Bottom menu - "Public API" Your contribution will be pushed to Codeberg automatically within a week. |