From 4c9aca2a458302d678308d12d51c73151677d8f6 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 21 May 2019 06:50:31 -0600 Subject: [PATCH] Update page '8. The UFW filter' --- 8.-The-UFW-filter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/8.-The-UFW-filter.md b/8.-The-UFW-filter.md index 1aaa013..5d8c134 100644 --- a/8.-The-UFW-filter.md +++ b/8.-The-UFW-filter.md @@ -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= ``` -Specifically, this matches any line containing '*[UFW BLOCK]*', incoming from *any* host and reads the *source* address as the '**' 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