mirror of https://github.com/fail2ban/fail2ban
parent
0b4dd6272c
commit
33dd1733fb
|
@ -4,10 +4,10 @@
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
|
|
||||||
================================================================================
|
================================================================================
|
||||||
Fail2Ban (version 0.8.12.dev) 2013/11/13
|
Fail2Ban (version 0.8.12) 2014/01/22
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
ver. 0.8.12 (2014/01/XX) - things-can-only-get-better
|
ver. 0.8.12 (2014/01/22) - things-can-only-get-better
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
- IMPORTANT incompatible changes:
|
- IMPORTANT incompatible changes:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/ _|__ _(_) |_ ) |__ __ _ _ _
|
/ _|__ _(_) |_ ) |__ __ _ _ _
|
||||||
| _/ _` | | |/ /| '_ \/ _` | ' \
|
| _/ _` | | |/ /| '_ \/ _` | ' \
|
||||||
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
|_| \__,_|_|_/___|_.__/\__,_|_||_|
|
||||||
v0.8.11 2013/11/13
|
v0.8.12 2014/01/22
|
||||||
|
|
||||||
## Fail2Ban: ban hosts that cause multiple authentication errors
|
## Fail2Ban: ban hosts that cause multiple authentication errors
|
||||||
|
|
||||||
|
@ -30,8 +30,8 @@ Optional:
|
||||||
|
|
||||||
To install, just do:
|
To install, just do:
|
||||||
|
|
||||||
tar xvfj fail2ban-0.8.11.tar.bz2
|
tar xvfj fail2ban-0.8.12.tar.bz2
|
||||||
cd fail2ban-0.8.11
|
cd fail2ban-0.8.12
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue