Go to file
Kyle Berry 27ae8134cc add fail2bancount sql DB 2012-05-09 05:06:21 -05:00
README first commit - docs to come 2012-05-09 04:51:29 -05:00
bancount first commit - docs to come 2012-05-09 04:51:29 -05:00
bancount.css first commit - docs to come 2012-05-09 04:51:29 -05:00
bancount.php first commit - docs to come 2012-05-09 04:51:29 -05:00
bancount.sh first commit - docs to come 2012-05-09 04:51:29 -05:00
bancountmysql first commit - docs to come 2012-05-09 04:51:29 -05:00
fail2bancount.sql add fail2bancount sql DB 2012-05-09 05:06:21 -05:00

README


actionban = iptables -I fail2ban-<name> 1 -s <ip> -j DROP
            /usr/local/bin/bancountmysql ban <ip>


actionunban = iptables -D fail2ban-<name> -s <ip> -j DROP
              /usr/local/bin/bancountmysql unban <ip>