Updated Fail2Ban Setup (markdown)

Kofl 2019-10-27 11:21:25 +01:00
parent 82ac16022b
commit 540327a677
1 changed files with 2 additions and 2 deletions

@ -13,9 +13,9 @@ sudo apt-get install fail2ban -y
```
Under Fedora/CentOS
EPEL repsitory necessary (CentOS 7)
EPEL repository necessary (CentOS 7)
```
yum install epel-release
sudo yum install epel-release
```
```