Update jail.local
This commit is contained in:
parent
ce06e5d79c
commit
82efcb30d6
|
|
@ -66,17 +66,16 @@ maxretry = 50
|
||||||
findtime = 30
|
findtime = 30
|
||||||
bantime = 6000
|
bantime = 6000
|
||||||
|
|
||||||
[freeswitch-inbound]
|
[freeswitch-404]
|
||||||
enabled = true
|
enabled = true
|
||||||
port = 5080
|
port = 5060,5061,5080,5081
|
||||||
protocol = udp
|
protocol = all
|
||||||
filter = fusionpbx-inbound
|
filter = freeswitch-404
|
||||||
logpath = /usr/local/freeswitch/log/freeswitch.log
|
logpath = /usr/local/freeswitch/log/freeswitch.log
|
||||||
action = iptables-allports[name=freeswitch-inbound, protocol=all]
|
action = iptables-allports[name=freeswitch-404, protocol=all]
|
||||||
# sendmail-whois[name=freeswitch-inbound, dest=root, sender=fail2ban@example.org] #no smtp server installed
|
|
||||||
maxretry = 3
|
maxretry = 3
|
||||||
findtime = 300
|
findtime = 300
|
||||||
bantime = 3600
|
bantime = 86400
|
||||||
|
|
||||||
[fusionpbx]
|
[fusionpbx]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue