mirror of https://github.com/fail2ban/fail2ban
Updated Developing Regex in Fail2ban (markdown)
parent
ec1e2265d8
commit
5f67e04490
|
@ -206,7 +206,7 @@ Notice that a space no longer exist before '`query-errors`'.
|
||||||
|
|
||||||
Everything from the beginning of the first non-space to the end of the line can then be dealt with by our yet-to-be-defined `failregex`.
|
Everything from the beginning of the first non-space to the end of the line can then be dealt with by our yet-to-be-defined `failregex`.
|
||||||
|
|
||||||
Test with the new config file, The `named-refused.conf` will include the new `named-refused.local` so there is still no change in command line, from previous step:
|
Test with the new config file, The `named-refused.conf` will automatically include the new `named-refused.local` (if it exist, which it shall exist in this blog) so there is still no change in command line, from previous step:
|
||||||
```bash
|
```bash
|
||||||
fail2ban-regex \
|
fail2ban-regex \
|
||||||
-v \
|
-v \
|
||||||
|
|
Loading…
Reference in New Issue