Quick and dirty scripts to generate DROP firewall rules to block big tech networks with iptables
Find a file
2024-09-09 10:42:48 -06:00
.gitignore ignore temp files 2024-09-09 10:37:42 -06:00
DROP-all DROP all 2024-09-09 10:39:23 -06:00
DROP-amazonaws DROP amazonaws 2024-09-09 10:37:52 -06:00
DROP-facebook DROP facebook 2024-09-09 10:38:02 -06:00
DROP-google DROP google 2024-09-09 10:38:12 -06:00
DROP-google-cloud DROP google cloud 2024-09-09 10:38:21 -06:00
DROP-microsoft DROP microsoft 2024-09-09 10:38:29 -06:00
LICENSE-apache.txt Apache 2.0 2024-09-09 10:37:34 -06:00
README.md DROP-big-tech dir 2024-09-09 10:42:48 -06:00

DROP Big Tech

Quick and dirty scripts to generate DROP firewall rules to block big tech networks with iptables.

Use

HOWTO use.

Run the desired DROP script for the networks you would like to DROP or run DROP-all to DROP all the networks.

The facebook script uses whois to get their networks, so that needs to be installed.

sudo apt install whois

The output of the scripts get written to /tmp. Copy them from there into your main firewall rules...

git clone https://code.libre.is/libre/DROP-big-tech
cd DROP-big-tech/
./DROP-amazonaws
./DROP-facebook
./DROP-google
./DROP-google-cloud
./DROP-microsoft
# Or just:
./DROP-all

License

Apache 2.0 Copyright © 2024, Jeff Moe.