mirror of https://github.com/fail2ban/fail2ban
- Version 0.1.2. Second beta version
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@49 a942ae1a-1317-0410-a47c-b1dcaea8d6050.6
parent
a562542523
commit
2c778a9b76
|
@ -4,10 +4,10 @@
|
|||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||
|
||||
=============================================================
|
||||
Fail2Ban (version 0.1.1) 10/23/2004
|
||||
Fail2Ban (version 0.1.2) 11/21/2004
|
||||
=============================================================
|
||||
|
||||
ver. 0.?.? (??/??/2004) - ???
|
||||
ver. 0.1.2 (11/21/2004) - beta
|
||||
----------
|
||||
- Add ipfw and ipfwadm support. The rules are taken from
|
||||
BlockIt. Thanks to Robert Edeker
|
||||
|
|
4
README
4
README
|
@ -52,8 +52,8 @@ Require: python-2.3 (http://www.python.org)
|
|||
|
||||
To install, just do:
|
||||
|
||||
> tar xvfj fail2ban-0.1.1.tar.bz2
|
||||
> cd fail2ban-0.1.1
|
||||
> tar xvfj fail2ban-0.1.2.tar.bz2
|
||||
> cd fail2ban-0.1.2
|
||||
> python setup.py install
|
||||
|
||||
This will install Fail2Ban into /usr/lib/fail2ban. The
|
||||
|
|
|
@ -24,4 +24,4 @@ __date__ = "$Date$"
|
|||
__copyright__ = "Copyright (c) 2004 Cyril Jaquier"
|
||||
__license__ = "GPL"
|
||||
|
||||
version = "0.1.1-CVS"
|
||||
version = "0.1.2"
|
||||
|
|
Loading…
Reference in New Issue