mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-01-15 11:46:56 -05:00
1.0 KiB
1.0 KiB
How to Block Cloudflare
on Fediverse
This page show you how to block CloudFlare servers from your timeline.
With Mastodon (as User)
_click me_
- Download
Cloudflare-only Fediverse list
above. - Go to your
Preferences
->Import and Export
section. - Select Import type
Domain blocklist list
, select Data file to your downloaded text file, clickUPLOAD
. - Confirm the import if asked.
- Wait for Mastodon complete the import. This will take a long time.
With Mastodon (as Admin)
_click me_
- Download
Cloudflare-only Fediverse list
above. (API info) - Save below script and run it.
#!/bin/bash
while IFS= read -r domain
do
tootctl domains block "$domain"
done < cf_fediverse.txt