diff --git a/debian/resources/fail2ban.sh b/debian/resources/fail2ban.sh index b1adae5..26acdd0 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/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-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/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