27 lines
1.0 KiB
Django/Jinja
27 lines
1.0 KiB
Django/Jinja
[DEFAULT]
|
|
ignoreip = 127.0.0.1/8
|
|
bantime = 604800 ; 1 week
|
|
findtime = 86400 ; 1 day
|
|
maxretry = 3
|
|
backend = auto
|
|
usedns = warn
|
|
destemail = webmaster@ansol.org
|
|
sendername = Fail2Ban
|
|
banaction = iptables-multiport
|
|
mta = sendmail
|
|
protocol = tcp
|
|
chain = INPUT
|
|
|
|
# The simplest action to take: ban only
|
|
action_ = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol)s", chain="%(chain)s"]
|
|
|
|
# ban & send an e-mail with whois report to the destemail.
|
|
action_mw = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol)s", chain="%(chain)s"]
|
|
%(mta)s-whois[name=%(__name__)s, dest="%(destemail)s", protocol="%(protocol)s", chain="%(chain)s", sendername="%(sendername)s"]
|
|
|
|
# ban & send an e-mail with whois report and relevant log lines to the destemail.
|
|
action_mwl = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(protocol)s", chain="%(chain)s"]
|
|
%(mta)s-whois-lines[name=%(__name__)s, dest="%(destemail)s", logpath=%(logpath)s, chain="%(chain)s", sendername="%(sendername)s"]
|
|
|
|
action = %(action_)s
|