mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
also introduced action.d/common.conf to contain some common definitions to be used in other action files. Similar setup to filter.d/
12 lines
227 B
Text
12 lines
227 B
Text
[INCLUDES]
|
|
|
|
# Load customizations if any available
|
|
after = common.local
|
|
|
|
[DEFAULT]
|
|
|
|
# Use ip v4/v6 dispatcher for iptables
|
|
iptables = fail2ban-46 iptables ip6tables
|
|
|
|
# for shorewall
|
|
shorewall = fail2ban-46 shorewall shorewall6
|