mirror of https://github.com/fail2ban/fail2ban
Updated Developing Regex in Fail2ban (markdown)
parent
21e9bd76ab
commit
143dc6d198
|
@ -1,6 +1,6 @@
|
||||||
So, you’re 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, you’re 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` couldn’t 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` couldn’t 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`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue