From 34c7e3bec025e799e1bd90f7eef749b1b9192a84 Mon Sep 17 00:00:00 2001 From: serxoz Date: Thu, 18 Apr 2024 17:05:02 +0200 Subject: [PATCH] discrepancy in the example --- action_script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action_script.sh b/action_script.sh index cc470f3..a4edbb1 100755 --- a/action_script.sh +++ b/action_script.sh @@ -9,8 +9,8 @@ # table persist file "/etc/blacklist" # block drop in quick from to any # then add/delete dinamically: -# pfctl -t badhosts -T add $1 -# pfctl -t badhosts -T delete $1 +# pfctl -t blacklist -T add $1 +# pfctl -t blacklist -T delete $1 # Example for "debugging": echo $1 > /tmp/foo -- 2.45.2