mirror of https://github.com/fail2ban/fail2ban
few grammatical errors fixed in the description of the package and --help message
parent
fc4531ff45
commit
5930368ed9
|
@ -8,11 +8,11 @@ Standards-Version: 3.6.1
|
||||||
Package: fail2ban
|
Package: fail2ban
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: python, iptables
|
Depends: python, iptables
|
||||||
Description: Ban IPs that make too many password failure
|
Description: Fail2ban bans IPs that cause multiple authentication errors
|
||||||
The Fail2Ban scans log files like /var/log/auth.log or
|
Fail2ban monitors log files (e.g. /var/log/auth.log,
|
||||||
/var/log/apache/access.log and bans IP that makes too many password
|
/var/log/apache/access.log) and temporarily bans failure-prone
|
||||||
failures. It updates firewall rules to reject the IP
|
addresses by updating existing firewall rules. Currently, iptables,
|
||||||
address. Currently, iptables, ipfwadm and ipfw are supported.
|
ipfwadm and ipfw are supported.
|
||||||
.
|
.
|
||||||
Homepage: http://www.sourceforge.net/projects/fail2ban
|
Homepage: http://www.sourceforge.net/projects/fail2ban
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ def usage():
|
||||||
print "Usage: "+sys.argv[0]+" [OPTIONS]"
|
print "Usage: "+sys.argv[0]+" [OPTIONS]"
|
||||||
print
|
print
|
||||||
print "Fail2Ban v"+version+" reads log file that contains password failure report"
|
print "Fail2Ban v"+version+" reads log file that contains password failure report"
|
||||||
print "and bans the corresponding IP address using iptables."
|
print "and bans the corresponding IP addresses using firewall rules."
|
||||||
print
|
print
|
||||||
print " -b start fail2ban in background"
|
print " -b start fail2ban in background"
|
||||||
print " -d start fail2ban in debug mode"
|
print " -d start fail2ban in debug mode"
|
||||||
|
|
Loading…
Reference in New Issue