From 8bd141b9c1ae2e83cb3797203ad4173bc7fe3544 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 9 May 2024 08:59:47 -0600 Subject: [PATCH] Add rsyslog package for fail2ban --- debian/resources/fail2ban.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/fail2ban.sh b/debian/resources/fail2ban.sh index 87525ea..b5cf2da 100755 --- a/debian/resources/fail2ban.sh +++ b/debian/resources/fail2ban.sh @@ -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