2012-10-18 15:17:04 +00:00
|
|
|
# Fail2Ban configuration file
|
2014-01-03 05:51:38 +00:00
|
|
|
# https://www.rfxn.com/projects/advanced-policy-firewall/
|
2012-10-18 15:17:04 +00:00
|
|
|
#
|
2014-01-03 05:51:38 +00:00
|
|
|
# Note: APF doesn't play nicely with other actions. It has been observed to
|
|
|
|
# remove bans created by other iptables based actions. If you are going to use
|
|
|
|
# this action, use it for all of your jails.
|
2012-10-18 15:17:04 +00:00
|
|
|
#
|
2014-01-03 05:51:38 +00:00
|
|
|
# DON'T MIX APF and other IPTABLES based actions
|
2012-10-18 15:17:04 +00:00
|
|
|
[Definition]
|
|
|
|
|
|
|
|
actionstart =
|
|
|
|
actionstop =
|
|
|
|
actioncheck =
|
2013-09-25 21:52:34 +00:00
|
|
|
actionban = apf --deny <ip> "banned by Fail2Ban <name>"
|
2013-09-25 20:41:02 +00:00
|
|
|
actionunban = apf --remove <ip>
|
2013-11-24 21:08:20 +00:00
|
|
|
|
|
|
|
[Init]
|
|
|
|
|
|
|
|
# Name used in APF configuration
|
|
|
|
#
|
|
|
|
name = default
|
|
|
|
|
2014-01-03 21:53:45 +00:00
|
|
|
# DEV NOTES:
|
|
|
|
#
|
2014-01-03 05:51:38 +00:00
|
|
|
# Author: Mark McKinstry
|