discrepancy in the example #2
@ -9,8 +9,8 @@
|
|||||||
# table <blacklist> persist file "/etc/blacklist"
|
# table <blacklist> persist file "/etc/blacklist"
|
||||||
# block drop in quick from <blacklist> to any
|
# block drop in quick from <blacklist> to any
|
||||||
# then add/delete dinamically:
|
# then add/delete dinamically:
|
||||||
# pfctl -t badhosts -T add $1
|
# pfctl -t blacklist -T add $1
|
||||||
# pfctl -t badhosts -T delete $1
|
# pfctl -t blacklist -T delete $1
|
||||||
|
|
||||||
# Example for "debugging":
|
# Example for "debugging":
|
||||||
echo $1 > /tmp/foo
|
echo $1 > /tmp/foo
|
||||||
|
Loading…
Reference in New Issue
Block a user