Update jail.local

This commit is contained in:
FusionPBX 2018-07-11 17:48:14 -06:00 committed by GitHub
parent a7a2cb0318
commit 7cd0c465f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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