mirror of https://github.com/fail2ban/fail2ban
man and changelog
parent
cca2de984f
commit
4254d6bcd3
|
@ -84,6 +84,8 @@ ver. 1.1.1-dev-1 (20??/??/??) - development nightly edition
|
||||||
* `filter.d/proxmox.conf` - add support to Proxmox Web GUI (gh-2966)
|
* `filter.d/proxmox.conf` - add support to Proxmox Web GUI (gh-2966)
|
||||||
* `filter.d/openvpn.conf` - new filter and jail for openvpn recognizing failed TLS handshakes (gh-2702)
|
* `filter.d/openvpn.conf` - new filter and jail for openvpn recognizing failed TLS handshakes (gh-2702)
|
||||||
* `filter.d/vaultwarden.conf` - new filter and jail for Vaultwarden (gh-3979)
|
* `filter.d/vaultwarden.conf` - new filter and jail for Vaultwarden (gh-3979)
|
||||||
|
* `fail2ban-regex` extended with new option `-i` or `--invert` to output not-matched lines by `-o` or `--out` (gh-4001)
|
||||||
|
|
||||||
|
|
||||||
ver. 1.1.0 (2024/04/25) - object-found--norad-59479-cospar-2024-069a--altitude-36267km
|
ver. 1.1.0 (2024/04/25) - object-found--norad-59479-cospar-2024-069a--altitude-36267km
|
||||||
-----------
|
-----------
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
||||||
.TH FAIL2BAN-REGEX "1" "April 2024" "fail2ban-regex 1.1.1.dev1" "User Commands"
|
.TH FAIL2BAN-REGEX "1" "June 2025" "fail2ban-regex 1.1.1.dev1" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
fail2ban-regex \- test Fail2ban "failregex" option
|
fail2ban-regex \- test Fail2ban "failregex" option
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -96,6 +96,10 @@ Disable check for all regex's
|
||||||
Set token to print failure information only (row, id,
|
Set token to print failure information only (row, id,
|
||||||
ip, msg, host, ip4, ip6, dns, matches, ...)
|
ip, msg, host, ip4, ip6, dns, matches, ...)
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-i\fR, \fB\-\-invert\fR
|
||||||
|
Invert the sense of matching, to output non\-matching
|
||||||
|
lines.
|
||||||
|
.TP
|
||||||
\fB\-\-print\-no\-missed\fR
|
\fB\-\-print\-no\-missed\fR
|
||||||
Do not print any missed lines
|
Do not print any missed lines
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue