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