mirror of https://github.com/fail2ban/fail2ban
19 lines
644 B
Plaintext
19 lines
644 B
Plaintext
|
Source: fail2ban
|
||
|
Section: net
|
||
|
Priority: optional
|
||
|
Maintainer: Yaroslav Halchenko <yoh@onerussian.com>
|
||
|
Build-Depends-Indep: debhelper (>= 4.1.67), python, python2.3-dev
|
||
|
Standards-Version: 3.6.1
|
||
|
|
||
|
Package: fail2ban
|
||
|
Architecture: all
|
||
|
Depends: ${shlibs:Depends}, ${misc:Depends}, python, iptables
|
||
|
Description: Ban IPs that make too many password failure
|
||
|
Fail2Ban scans log files like /var/log/pwdfail or
|
||
|
/var/log/apache/error_log and bans IP that makes too many password
|
||
|
failures. It updates firewall rules to reject the IP
|
||
|
address. Currently, iptables, ipfwadm and ipfw are supported.
|
||
|
.
|
||
|
Homepage: http://www.sourceforge.net/projects/fail2ban
|
||
|
|