Update fail2ban.sh
This commit is contained in:
parent
8bd141b9c1
commit
2d1c2bc15d
|
|
@ -11,7 +11,7 @@ cd "$(dirname "$0")"
|
||||||
verbose "Installing Fail2ban"
|
verbose "Installing Fail2ban"
|
||||||
|
|
||||||
#add the dependencies
|
#add the dependencies
|
||||||
apt-get install -y fail2ban
|
apt-get install -y fail2ban rsyslog
|
||||||
|
|
||||||
#move the filters
|
#move the filters
|
||||||
cp fail2ban/sip-auth-failure.conf /etc/fail2ban/filter.d/sip-auth-failure.conf
|
cp fail2ban/sip-auth-failure.conf /etc/fail2ban/filter.d/sip-auth-failure.conf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue