Update jail.local

This commit is contained in:
FusionPBX
2018-07-11 17:48:14 -06:00
committed by GitHub
parent a7a2cb0318
commit 7cd0c465f2

View File

@@ -15,7 +15,7 @@ port = 5060:5091
protocol = all
filter = freeswitch
logpath = /var/log/freeswitch/freeswitch.log
action = iptables-multiport[name=freeswitch-udp, port="5060:5090", protocol=all]
action = iptables-multiport[name=freeswitch, port="5060:5090", protocol=all]
maxretry = 5
findtime = 600
bantime = 3600
@@ -27,7 +27,7 @@ port = 5060:5091
protocol = all
filter = freeswitch-ip
logpath = /var/log/freeswitch/freeswitch.log
action = iptables-multiport[name=freeswitch-ip-tcp, port="5060:5090", protocol=all]
action = iptables-multiport[name=freeswitch-ip, port="5060:5090", protocol=all]
maxretry = 1
findtime = 30
bantime = 86400