From 9768efa7155c85e26d8c9d577ea408f48e3b3a82 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 2 May 2018 14:03:17 -0600 Subject: [PATCH] Update fail2ban.sh --- debian/resources/fail2ban.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/resources/fail2ban.sh b/debian/resources/fail2ban.sh index 20166c0..1de2180 100755 --- a/debian/resources/fail2ban.sh +++ b/debian/resources/fail2ban.sh @@ -14,8 +14,8 @@ verbose "Installing Fail2ban" apt-get install -y --force-yes fail2ban #move the filters -cp fail2ban/freeswitch-sip_auth_failure.conf /etc/fail2ban/filter.d/freeswitch-sip_auth_failure.conf -cp fail2ban/freeswitch-sip_auth_challenge.conf /etc/fail2ban/filter.d/freeswitch-sip_auth_challenge.conf +cp fail2ban/freeswitch-auth_failure.conf /etc/fail2ban/filter.d/freeswitch-auth_failure.conf +cp fail2ban/freeswitch-auth_challenge.conf /etc/fail2ban/filter.d/freeswitch-auth_challenge.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