Updated Developing Regex in Fail2ban (markdown)

master
Egbert 2020-09-30 19:01:21 -04:00
parent d3af3ffa07
commit 8edab352eb
1 changed files with 3 additions and 1 deletions

@ -114,7 +114,9 @@ Sadly, latest Bind9 daemon has no configurable field to suppress these false DNS
FIRST PATTERN, FIRST
====================
Hopefully you got that date hit. `fail2ban` already provided MANY `datepattern` found in many log files. Execute something like `fail2ban-regex -v` (please note the important '`-v`' command line option):
Hopefully you got that date hit. `fail2ban` already provided for MANY `datepattern` found in many log files.
Execute something like `fail2ban-regex -v` (please note the important '`-v`' command line option):
```bash
fail2ban-regex -v /tmp/captured.log /etc/fail2ban/filter.d/named-refused.conf
```