From d0274ed3a7b8666041702dc1b70c913edaef9844 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 18 Oct 2023 12:19:46 -0600 Subject: [PATCH] prefregex does not match date --- Developing-Regex-in-Fail2ban.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developing-Regex-in-Fail2ban.md b/Developing-Regex-in-Fail2ban.md index c9f2960..f3e1867 100644 --- a/Developing-Regex-in-Fail2ban.md +++ b/Developing-Regex-in-Fail2ban.md @@ -152,7 +152,7 @@ So, an ideal `prefregex` would be highly dependent on a regex that properly supp Secondary benefit of `prefregex` is to ensure that `failregex` is left with the most dynamic (and interesting) part of the regex line. `prefregex` takes that most common parts (see above list) of the line. ```console -<--- prefregex -->|<-- failregex -> + <-- prefregex ->|<-- failregex -> 3-Jan-2020 myscript[12512]: Dynamic error message part ```