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
291 B
Text
15 lines
291 B
Text
# Fail2Ban configuration file
|
|
#
|
|
# Author: Cyril Jaquier
|
|
# Modified: Yaroslav O. Halchenko <debian@onerussian.com>
|
|
# made active on all ports from original iptables.conf
|
|
#
|
|
# Obsolete: superseded by iptables[type=allports]
|
|
|
|
[INCLUDES]
|
|
|
|
before = iptables.conf
|
|
|
|
[Definition]
|
|
|
|
type = allports
|