diff --git a/ChangeLog b/ChangeLog index de8607af..31be71d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -106,6 +106,8 @@ ver. 0.8.11 (2013/XX/XXX) - loves-unittests Orion Poplawski * fail2ban.d/ and jail.d/ directories are added to etc/fail2ban to facilitate their use + Mark McKinstry + * action.d/apf.conf - add action for Advanced Policy Firewall (apf) ver. 0.8.10 (2013/06/12) - wanna-be-secure ----------- diff --git a/THANKS b/THANKS index ad8eed60..b89b7e27 100644 --- a/THANKS +++ b/THANKS @@ -42,6 +42,7 @@ kojiro Manuel Arostegui Ramirez Marcel Dopita Mark Edgington +Mark McKinstry Markus Hoffmann Marvin Rouge mEDI diff --git a/config/action.d/apf.conf b/config/action.d/apf.conf new file mode 100644 index 00000000..9af3066d --- /dev/null +++ b/config/action.d/apf.conf @@ -0,0 +1,43 @@ +# Fail2Ban configuration file +# +# Author: Mark McKinstry +# +[Definition] + +# Option: actionstart +# Notes.: command executed once at the start of Fail2Ban. +# Values: CMD +# +actionstart = + +# Option: actionstop +# Notes.: command executed once at the end of Fail2Ban +# Values: CMD +# +actionstop = + +# Option: actioncheck +# Notes.: command executed once before each actionban command +# Values: CMD +# +actioncheck = + +# Option: actionban +# Notes.: command executed when banning an IP. Take care that the +# command is executed with Fail2Ban user rights. +# Tags: IP address +# number of failures +#