mirror of https://github.com/fail2ban/fail2ban
Boosted version to 0.8.7 + few more comments
parent
da752aff14
commit
99c0caa9cc
|
@ -4,7 +4,7 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
Fail2Ban (version 0.8.6) 2011/11/28
|
Fail2Ban (version 0.8.7) 2012/07/31
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
ver. 0.8.7 (2012/07/31) - stable
|
ver. 0.8.7 (2012/07/31) - stable
|
||||||
|
|
11
README
11
README
|
@ -4,7 +4,7 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
Fail2Ban (version 0.8.6) 2011/11/28
|
Fail2Ban (version 0.8.7) 2012/07/31
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
Fail2Ban scans log files like /var/log/pwdfail and bans IP that makes too many
|
Fail2Ban scans log files like /var/log/pwdfail and bans IP that makes too many
|
||||||
|
@ -31,8 +31,8 @@ Optional:
|
||||||
|
|
||||||
To install, just do:
|
To install, just do:
|
||||||
|
|
||||||
> tar xvfj fail2ban-0.8.6.tar.bz2
|
> tar xvfj fail2ban-0.8.7.tar.bz2
|
||||||
> cd fail2ban-0.8.6
|
> cd fail2ban-0.8.7
|
||||||
> python setup.py install
|
> python setup.py install
|
||||||
|
|
||||||
This will install Fail2Ban into /usr/share/fail2ban. The executable scripts are
|
This will install Fail2Ban into /usr/share/fail2ban. The executable scripts are
|
||||||
|
@ -68,8 +68,9 @@ and if your issue is not yet known -- file a bug report.
|
||||||
If you would like to troubleshoot or discuss: join the mailing list
|
If you would like to troubleshoot or discuss: join the mailing list
|
||||||
https://lists.sourceforge.net/lists/listinfo/fail2ban-users
|
https://lists.sourceforge.net/lists/listinfo/fail2ban-users
|
||||||
|
|
||||||
If you just appreciate this program: send kudos to the original
|
If you just appreciate this program: send kudos to the original author
|
||||||
author: Cyril Jaquier: <cyril.jaquier@fail2ban.org>
|
(Cyril Jaquier: <cyril.jaquier@fail2ban.org>) or the mailing list
|
||||||
|
https://lists.sourceforge.net/lists/listinfo/fail2ban-users
|
||||||
|
|
||||||
|
|
||||||
Thanks:
|
Thanks:
|
||||||
|
|
|
@ -22,9 +22,7 @@
|
||||||
# $Revision$
|
# $Revision$
|
||||||
|
|
||||||
__author__ = "Cyril Jaquier"
|
__author__ = "Cyril Jaquier"
|
||||||
__version__ = "$Revision$"
|
__copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2011-2012 Yaroslav Halchenko"
|
||||||
__date__ = "$Date$"
|
|
||||||
__copyright__ = "Copyright (c) 2004 Cyril Jaquier, 2011 Yaroslav Halchenko"
|
|
||||||
__license__ = "GPL"
|
__license__ = "GPL"
|
||||||
|
|
||||||
version = "0.8.6"
|
version = "0.8.7"
|
||||||
|
|
Loading…
Reference in New Issue