diff -r be2d7c142726 -r c846ebedfff3 etc/firewall.conf --- a/etc/firewall.conf Fri Dec 19 09:45:21 2014 +0100 +++ b/etc/firewall.conf Mon Apr 13 17:22:53 2015 +0200 @@ -1,7 +1,7 @@ # /etc/mbse-firewall/firewall.conf # --------------------------------------------------------------------------- -# Copyright (C) 2013-2014 by Michiel Broek. +# Copyright (C) 2013-2015 by Michiel Broek. # Homepage http://www.mbse.eu # Email mbse At mbse dOt eu # @@ -49,6 +49,11 @@ # These hosts are blocked using ipset for one hour. #IF_EXT_AUTO_BLOCK="1" +# Use global blocking table. This just inserts rules to block hosts that +# are found in the sets global-blk4 or global-blk6. Other programs like +# ossec, fail2ban etc need to put the bad hosts in these tables. +#IF_EXT_GLOBAL_BLOCK="1" + # Block time in seconds when a host is blocked. Default is 3600. #IF_EXT_AUTO_TO=172800