From 46c0c536315a3afc2296751f789da0fea69a2fff Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 2 May 2018 13:35:06 -0600 Subject: [PATCH] Update fail2ban.sh --- debian/resources/fail2ban.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/resources/fail2ban.sh b/debian/resources/fail2ban.sh index 126d6d8..20166c0 100755 --- a/debian/resources/fail2ban.sh +++ b/debian/resources/fail2ban.sh @@ -14,7 +14,8 @@ verbose "Installing Fail2ban" apt-get install -y --force-yes fail2ban #move the filters -cp fail2ban/freeswitch-dos.conf /etc/fail2ban/filter.d/freeswitch-dos.conf +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-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