mirror of https://github.com/fail2ban/fail2ban
Merge remote-tracking branch 'origin/master'
* origin/master: ipjailmatches is on one line with its description in man jail.conf Added a space between IP address and the following colonpull/1050/merge
commit
65cd218e10
|
@ -50,6 +50,8 @@ ver. 0.9.3 (2015/XX/XXX) - wanna-be-released
|
|||
* filter.d/apache-badbots.conf, filter.d/nginx-botsearch.conf - add
|
||||
HEAD method verb
|
||||
* Revamp of Travis and coverage automated testing
|
||||
* Added a space between IP address and the following colon
|
||||
in notification emails for easier text selection
|
||||
* Character detection heuristics for whois output via optional setting
|
||||
in mail-whois*.conf. Thanks Thomas Mayer.
|
||||
Not enabled by default, if _whois_command is set to be
|
||||
|
|
|
@ -279,7 +279,7 @@ concatenated string of the log file lines of the matches that generated the ban.
|
|||
.B ipmatches
|
||||
As per \fBmatches\fR, but includes all lines for the IP which are contained with the fail2ban persistent database. Therefore the database must be set for this tag to function.
|
||||
.TP
|
||||
.B ipjailmatches\
|
||||
.B ipjailmatches
|
||||
As per \fBipmatches\fR, but matches are limited for the IP and for the current jail.
|
||||
|
||||
.SH "PYTHON ACTION FILES"
|
||||
|
|
Loading…
Reference in New Issue