From 2d1c2bc15d42490b38a8d9007fce259e847f6ad0 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 9 May 2024 09:00:17 -0600 Subject: [PATCH] Update fail2ban.sh --- ubuntu/resources/fail2ban.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/resources/fail2ban.sh b/ubuntu/resources/fail2ban.sh index d26a36c..6b7bb00 100755 --- a/ubuntu/resources/fail2ban.sh +++ b/ubuntu/resources/fail2ban.sh @@ -11,7 +11,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/sip-auth-failure.conf /etc/fail2ban/filter.d/sip-auth-failure.conf