From 2986f640531a3ff2fb36a12f687695c81a89aeb6 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Mon, 9 Sep 2024 10:42:11 -0600 Subject: [PATCH] facebook whois --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c7d14db..51baf2a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ 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...