Add rsyslog package for fail2ban

This commit is contained in:
FusionPBX 2024-05-09 08:59:47 -06:00 committed by GitHub
parent 55beab1c70
commit 8bd141b9c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ cd "$(dirname "$0")"
verbose "Installing Fail2ban"
#add the dependencies
apt-get install -y fail2ban
apt-get install -y fail2ban rsyslog
#move the filters
cp fail2ban/freeswitch.conf /etc/fail2ban/filter.d/freeswitch.conf