From 6e49545f15bf5983ce48f18cc09f200829c952e0 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 20 Jan 2018 20:11:13 -0700 Subject: [PATCH] Update jail.local --- debian/resources/fail2ban/jail.local | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/resources/fail2ban/jail.local b/debian/resources/fail2ban/jail.local index d1cfec0..4b98ec7 100755 --- a/debian/resources/fail2ban/jail.local +++ b/debian/resources/fail2ban/jail.local @@ -77,13 +77,13 @@ maxretry = 50 findtime = 30 bantime = 7200 -[freeswitch-404] +[fusionpbx-404] enabled = true port = 5060:5090 protocol = all -filter = freeswitch-404 +filter = fusionpbx-404 logpath = /var/log/freeswitch/freeswitch.log -action = iptables-allports[name=freeswitch-404, protocol=all] +action = iptables-allports[name=fusionpbx-404, protocol=all] maxretry = 3 findtime = 300 bantime = 86400