mirror of https://github.com/fail2ban/fail2ban
Update README.md
parent
8175a53826
commit
1b8840d333
|
@ -45,11 +45,11 @@ To install, just do:
|
||||||
|
|
||||||
tar xvfj fail2ban-0.11.0.tar.bz2
|
tar xvfj fail2ban-0.11.0.tar.bz2
|
||||||
cd fail2ban-0.11.0
|
cd fail2ban-0.11.0
|
||||||
python setup.py install
|
sudo python setup.py install
|
||||||
|
|
||||||
Alternatively, you can clone the source from GitHub to a directory of Your choice, and do the install from there. Pick the correct branch, for example, 0.11
|
Alternatively, you can clone the source from GitHub to a directory of Your choice, and do the install from there. Pick the correct branch, for example, 0.11
|
||||||
|
|
||||||
git clone https://github.com/fail2ban/fail2ban
|
git clone https://github.com/fail2ban/fail2ban.git
|
||||||
cd fail2ban
|
cd fail2ban
|
||||||
sudo python setup.py install
|
sudo python setup.py install
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ to see if everything is alright. You should always use fail2ban-client and
|
||||||
never call fail2ban-server directly.
|
never call fail2ban-server directly.
|
||||||
You can verify that you have the correct version installed with
|
You can verify that you have the correct version installed with
|
||||||
|
|
||||||
sudo fail2ban-client version
|
fail2ban-client version
|
||||||
|
|
||||||
Please note that the system init/service script is not automatically installed.
|
Please note that the system init/service script is not automatically installed.
|
||||||
To enable fail2ban as an automatic service, simply copy the script for your
|
To enable fail2ban as an automatic service, simply copy the script for your
|
||||||
|
|
Loading…
Reference in New Issue