mirror of https://github.com/fail2ban/fail2ban
Update jail.conf
parent
18d09b6d8e
commit
62fa02241f
|
@ -206,18 +206,11 @@ action_badips = badips.py[category="%(__name__)s", banaction="%(banaction)s", ag
|
|||
# Report ban via badips.com (uses action.d/badips.conf for reporting only)
|
||||
#
|
||||
action_badips_report = badips[category="%(__name__)s", agent="%(fail2ban_agent)s"]
|
||||
|
||||
# Report ban via abuseipdb.com.
|
||||
#
|
||||
# See action.d/abuseipdb.conf and
|
||||
# https://wiki.shaunc.com/wikka.php?wakka=ReportingToAbuseIPDBWithFail2Ban
|
||||
# See action.d/abuseipdb.conf for usage example and details.
|
||||
#
|
||||
# NOTE: These reports may include sensitive Info.
|
||||
# If you want cleaner reports that ensure no user data see the helper script at the above website.
|
||||
#
|
||||
# IMPORTANT: This action relies on a api_key being added to the above action conf,
|
||||
# and the appropriate catagories set.
|
||||
# Example, for ssh bruteforce: action = %(action_abuseipdb)s[abuseipdb_category="18,22"]
|
||||
# See action.d/abuseipdb.conf for catagories
|
||||
action_abuseipdb = abuseipdb
|
||||
|
||||
# Choose default action. To change, just override value of 'action' with the
|
||||
|
|
Loading…
Reference in New Issue