Update fail2ban.sh
This commit is contained in:
parent
dc0ea82a05
commit
46c0c53631
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue