mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
- better check mechanism (using `-C`, option `--check` is available long time); - additionally iptables is a replacement for iptables-common now, several actions using this as include now become obsolete; - many features of different iptables actions are combinable as single chain/rule (can be supplied to action as parameters);
15 lines
No EOL
332 B
Text
15 lines
No EOL
332 B
Text
# Fail2Ban configuration file
|
|
#
|
|
# Author: Cyril Jaquier
|
|
# Copied from iptables.conf and modified by Yaroslav Halchenko
|
|
# to fulfill the needs of bugreporter dbts#350746.
|
|
#
|
|
# Obsolete: superseded by iptables[pre-rule='-m state --state NEW<sp>']
|
|
|
|
[INCLUDES]
|
|
|
|
before = iptables.conf
|
|
|
|
[Definition]
|
|
|
|
pre-rule = -m state --state NEW<sp> |