Cyril Jaquier 20 years ago
parent 8688acab65
commit c2d30a29de

@ -9,6 +9,8 @@ Fail2Ban (version 0.5.?) 2005/??/??
ver. 0.5.? (2005/??/??) - ???
----------
- Added man pages
- Removed log4py dependency. Use logging module instead
- "maxretry" and "bantime" can be overridden in each section
- Fixed bug #1246278 (excessive memory usage)
- Fixed crash on wrong option value in configuration file

@ -22,3 +22,5 @@ config/gentoo-initd
config/gentoo-confd
config/redhat-initd
config/debian-initd
man/fail2ban.8
man/fail2ban.conf.5

@ -4,14 +4,14 @@
|_| \__,_|_|_/___|_.__/\__,_|_||_|
=============================================================
Fail2Ban (version 0.5.1) 2005/07/23
Fail2Ban (version 0.5.?) 2005/??/??
=============================================================
Fail2Ban scans log files like /var/log/pwdfail and bans IP
that makes too many password failures. It updates firewall
rules to reject the IP address. These rules can be defined by
the user. Fail2Ban can read multiple log files such as sshd
or Apache web server ones. It needs log4py.
or Apache web server ones.
This is my first Python program. Moreover, English is not my
mother tongue...
@ -55,7 +55,6 @@ Installation:
-------------
Require: python-2.3 (http://www.python.org)
log4py-1.3 (http://sourceforge.net/projects/log4py)
To install, just do:
@ -95,13 +94,13 @@ or using command line options. Command line options override
the value stored in fail2ban.conf. Here are the command line
options:
-b start fail2ban in background
-d start fail2ban in debug mode
-b start in background
-d start in debug mode
-c <FILE> read configuration file FILE
-p <FILE> create PID lock in FILE
-h display this help message
-i <IP(s)> IP(s) to ignore
-k kill a currently running Fail2Ban instance
-k kill a currently running instance
-r <VALUE> allow a max of VALUE password failure
-t <TIME> ban IP for TIME seconds
-v verbose. Use twice for greater effect

Loading…
Cancel
Save