Update fail2ban.sh

This commit is contained in:
FusionPBX 2018-05-02 13:35:06 -06:00 committed by GitHub
parent dc0ea82a05
commit 46c0c53631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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