Updated Developing Regex in Fail2ban (markdown)

master
Egbert 2020-09-20 18:26:10 -04:00
parent 21e9bd76ab
commit 143dc6d198
1 changed files with 1 additions and 1 deletions

@ -1,6 +1,6 @@
So, youre eager to write a new fail2ban filter and it failed … miserably or you have a new case but unsure how to get the best regex ... fastest. So, youre eager to write a new fail2ban filter and it failed … miserably or you have a new case but unsure how to get the best regex ... fastest.
If the `fail2ban` couldnt match anything … regardless of whether it is standard fail2ban config or your highly, purportedly, hapzardly-concoted filter config file: this page is for you. If the `fail2ban` couldnt match anything … regardless of whether it is standard fail2ban config or your highly, purportedly, hapzardly-concoted filter config file but you're a Regex expert: this page is for you.
That is what this page offers, specifically developing as well as troubleshooting Regex used by `fail2ban`. That is what this page offers, specifically developing as well as troubleshooting Regex used by `fail2ban`.