From: <abe...@us...> - 2016-12-23 18:27:12
|
Revision: 8053 http://sourceforge.net/p/astlinux/code/8053 Author: abelbeck Date: 2016-12-23 18:27:10 +0000 (Fri, 23 Dec 2016) Log Message: ----------- arnofw, adaptive-ban plugin, bump version to 1.08 and update comments Modified Paths: -------------- branches/1.0/package/arnofw/adaptive-ban/95adaptive-ban.plugin.sh Modified: branches/1.0/package/arnofw/adaptive-ban/95adaptive-ban.plugin.sh =================================================================== --- branches/1.0/package/arnofw/adaptive-ban/95adaptive-ban.plugin.sh 2016-12-22 23:15:37 UTC (rev 8052) +++ branches/1.0/package/arnofw/adaptive-ban/95adaptive-ban.plugin.sh 2016-12-23 18:27:10 UTC (rev 8053) @@ -2,16 +2,16 @@ # -= Arno's iptables firewall - Adaptive Ban plugin =- # PLUGIN_NAME="Adaptive Ban plugin" -PLUGIN_VERSION="1.07" +PLUGIN_VERSION="1.08" PLUGIN_CONF_FILE="adaptive-ban.conf" # -# Last changed : August 22, 2013 +# Last changed : December 22, 2016 # Requirements : AIF 2.0.0+ # Comments : Parse a log file for failed access with offending IP addresses # Ban the IP address after multiple failed attempts # -# Author : (C) Copyright 2010-2013 by Lonnie Abelbeck -# Homepage : http://www.astlinux.org/ +# Author : (C) Copyright 2010-2016 by Lonnie Abelbeck +# Homepage : http://www.astlinux-project.org/ # Credits : Fail2ban Project # Homepage : http://www.fail2ban.org/ # Credits : Arno van Amersfoort This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |