From 9eb868418ccd526a58aaef746a5f4fe515234dd7 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 11 Jul 2018 18:17:33 -0600 Subject: [PATCH] Update fail2ban.sh --- 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 1f7fa21..063a808 100755 --- a/debian/resources/fail2ban.sh +++ b/debian/resources/fail2ban.sh @@ -16,7 +16,7 @@ apt-get install -y --force-yes fail2ban #move the filters cp fail2ban/sip-auth-failure.conf /etc/fail2ban/filter.d/sip-auth-failure.conf cp fail2ban/sip-auth-challenge.conf /etc/fail2ban/filter.d/sip-auth-challenge.conf -cp fail2ban/sip-auth-challenge-ip.conf /etc/fail2ban/filter.d/sip-auth-challenge-ip.conf +cp fail2ban/auth-challenge-ip.conf /etc/fail2ban/filter.d/auth-challenge-ip.conf cp fail2ban/freeswitch-ip.conf /etc/fail2ban/filter.d/freeswitch-ip.conf cp fail2ban/freeswitch.conf /etc/fail2ban/filter.d/freeswitch.conf cp fail2ban/fusionpbx.conf /etc/fail2ban/filter.d/fusionpbx.conf