mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-08-04 14:48:08 +00:00
DOC: deprecate legacy xarf-login-attack action (x-arf 0.2)
This commit is contained in:
parent
f1c2798c12
commit
7ca6ad77cf
2 changed files with 6 additions and 0 deletions
|
|
@ -30,6 +30,11 @@
|
|||
#
|
||||
#
|
||||
|
||||
# DEPRECATED: this action emits the obsolete x-arf 0.2 format. It is superseded
|
||||
# by the `xarf` action (XARF v4) - see action_xarf_v4 in jail.conf. This action
|
||||
# remains functional for now but will be removed in a future release. Please
|
||||
# migrate to action_xarf_v4.
|
||||
|
||||
[Definition]
|
||||
|
||||
# bypass ban/unban for restored tickets
|
||||
|
|
|
|||
|
|
@ -229,6 +229,7 @@ action_mw = %(action_)s
|
|||
action_mwl = %(action_)s
|
||||
%(mta)s-whois-lines[sender="%(sender)s", dest="%(destemail)s", logpath="%(logpath)s", chain="%(chain)s"]
|
||||
|
||||
# DEPRECATED (x-arf 0.2): use action_xarf_v4 (XARF v4) instead; this will be removed in a future release.
|
||||
# See the IMPORTANT note in action.d/xarf-login-attack for when to use this action
|
||||
#
|
||||
# ban & send a xarf e-mail to abuse contact of IP address and include relevant log lines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue