mirror of https://github.com/fail2ban/fail2ban
- Updated
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@76 a942ae1a-1317-0410-a47c-b1dcaea8d6050.6
parent
d1ec7fb830
commit
bc4524c165
|
@ -4,9 +4,15 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
=============================================================
|
=============================================================
|
||||||
Fail2Ban (version 0.3.0) 02/24/2005
|
Fail2Ban (version 0.3.1) ??/??/2005
|
||||||
=============================================================
|
=============================================================
|
||||||
|
|
||||||
|
ver. 0.3.1 (??/??/2005) - beta
|
||||||
|
----------
|
||||||
|
- Corrected level of messages
|
||||||
|
- Added DNS lookup support
|
||||||
|
- Improved parsing speed. Only parse the new log messages
|
||||||
|
|
||||||
ver. 0.3.0 (02/24/2005) - beta
|
ver. 0.3.0 (02/24/2005) - beta
|
||||||
----------
|
----------
|
||||||
- Re-writting of parts of the code in order to handle several
|
- Re-writting of parts of the code in order to handle several
|
||||||
|
|
5
README
5
README
|
@ -38,7 +38,9 @@ retrieves the message time using timeregex and timepattern.
|
||||||
It finally gets the ip and if it has already done 3 or more
|
It finally gets the ip and if it has already done 3 or more
|
||||||
password failures in the last banTime, the ip is banned for
|
password failures in the last banTime, the ip is banned for
|
||||||
banTime using a iptable rule. After banTime, the rule is
|
banTime using a iptable rule. After banTime, the rule is
|
||||||
deleted.
|
deleted. Notice that if no "plain" ip is available, Fail2Ban
|
||||||
|
try to do DNS lookup in order to found one or several ip's to
|
||||||
|
ban.
|
||||||
|
|
||||||
Sections can be freely added so it is possible to monitor
|
Sections can be freely added so it is possible to monitor
|
||||||
several daemons at the same time.
|
several daemons at the same time.
|
||||||
|
@ -54,6 +56,7 @@ Installation:
|
||||||
|
|
||||||
Require: python-2.3 (http://www.python.org)
|
Require: python-2.3 (http://www.python.org)
|
||||||
log4py-1.1 (http://sourceforge.net/projects/log4py)
|
log4py-1.1 (http://sourceforge.net/projects/log4py)
|
||||||
|
host (http://www.isc.org/products/BIND/bind9.html)
|
||||||
|
|
||||||
To install, just do:
|
To install, just do:
|
||||||
|
|
||||||
|
|
2
TODO
2
TODO
|
@ -8,7 +8,7 @@ ToDo
|
||||||
=============================================================
|
=============================================================
|
||||||
|
|
||||||
- cleanup fail2ban.py
|
- cleanup fail2ban.py
|
||||||
- resolve DNS with 'host' and os.popen (???)
|
|
||||||
- improve configuration file and command line options
|
- improve configuration file and command line options
|
||||||
handling
|
handling
|
||||||
- improve installation process
|
- improve installation process
|
||||||
|
- add init script
|
||||||
|
|
Loading…
Reference in New Issue