Update page '8. The UFW filter'

Asif Bacchus 2019-05-21 06:50:31 -06:00
parent 4b53cd4f74
commit 4c9aca2a45

@ -10,7 +10,7 @@ When F2B is parsing *ufw.log*, it has to be told what entry denotes a failure an
failregex = .*\[UFW BLOCK\] IN=.* SRC=<HOST> failregex = .*\[UFW BLOCK\] IN=.* SRC=<HOST>
``` ```
Specifically, this matches any line containing '*[UFW BLOCK]*', incoming from *any* host and reads the *source* address as the '*<HOST>*' to block. Specifically, this matches any line containing '*[UFW BLOCK]*', incoming from *any* host and reads the *source* address as the '*HOST*' to block.
## Address to ignore ## Address to ignore