mirror of https://github.com/fail2ban/fail2ban
spellcheck debian/jail.conf (Closes: #598206). Thanks Christoph Anton Mitterer
parent
35e43cf650
commit
db6aadfc39
|
@ -12,7 +12,7 @@
|
||||||
# $Revision: 281 $
|
# $Revision: 281 $
|
||||||
#
|
#
|
||||||
|
|
||||||
# The DEFAULT allows a global definition of the options. They can be override
|
# The DEFAULT allows a global definition of the options. They can be overridden
|
||||||
# in each jail afterwards.
|
# in each jail afterwards.
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
|
@ -39,7 +39,7 @@ destemail = root@localhost
|
||||||
|
|
||||||
# Default banning action (e.g. iptables, iptables-new,
|
# Default banning action (e.g. iptables, iptables-new,
|
||||||
# iptables-multiport, shorewall, etc) It is used to define
|
# iptables-multiport, shorewall, etc) It is used to define
|
||||||
# action_* variables. Can be overriden globally or per
|
# action_* variables. Can be overridden globally or per
|
||||||
# section within jail.local file
|
# section within jail.local file
|
||||||
banaction = iptables-multiport
|
banaction = iptables-multiport
|
||||||
|
|
||||||
|
@ -263,7 +263,7 @@ logpath = /var/log/mail.log
|
||||||
# in your named.conf to provide proper logging
|
# in your named.conf to provide proper logging
|
||||||
|
|
||||||
# !!! WARNING !!!
|
# !!! WARNING !!!
|
||||||
# Since UDP is connectionless protocol, spoofing of IP and immitation
|
# Since UDP is connection-less protocol, spoofing of IP and imitation
|
||||||
# of illegal actions is way too simple. Thus enabling of this filter
|
# of illegal actions is way too simple. Thus enabling of this filter
|
||||||
# might provide an easy way for implementing a DoS against a chosen
|
# might provide an easy way for implementing a DoS against a chosen
|
||||||
# victim. See
|
# victim. See
|
||||||
|
|
Loading…
Reference in New Issue