Update jail.local
This commit is contained in:
parent
fa1fa58127
commit
88a08226e2
|
|
@ -55,28 +55,17 @@ maxretry = 1
|
||||||
findtime = 30
|
findtime = 30
|
||||||
bantime = 86400
|
bantime = 86400
|
||||||
|
|
||||||
[sip-auth-failure-ip]
|
[sip-auth-challenge-ip]
|
||||||
enabled = false
|
enabled = false
|
||||||
port = 5060:5091
|
port = 5060:5091
|
||||||
protocol = all
|
protocol = all
|
||||||
filter = sip-auth-failure-ip
|
filter = sip-auth-challenge-ip
|
||||||
logpath = /var/log/freeswitch/freeswitch.log
|
logpath = /var/log/freeswitch/freeswitch.log
|
||||||
action = iptables-multiport[name=sip-auth-failure-ip, port="5060:5090", protocol=all]
|
action = iptables-multiport[name=sip-auth-challenge-ip, port="5060:5090", protocol=all]
|
||||||
maxretry = 1
|
maxretry = 1
|
||||||
findtime = 30
|
findtime = 30
|
||||||
bantime = 86400
|
bantime = 86400
|
||||||
|
|
||||||
[sip-auth-failure]
|
|
||||||
enabled = true
|
|
||||||
port = 5060:5091
|
|
||||||
protocol = all
|
|
||||||
filter = sip-auth-failure
|
|
||||||
logpath = /var/log/freeswitch/freeswitch.log
|
|
||||||
action = iptables-multiport[name=sip-auth-failure, port="5060:5090", protocol=all]
|
|
||||||
maxretry = 3
|
|
||||||
findtime = 30
|
|
||||||
bantime = 7200
|
|
||||||
|
|
||||||
[sip-auth-challenge]
|
[sip-auth-challenge]
|
||||||
enabled = true
|
enabled = true
|
||||||
port = 5060:5091
|
port = 5060:5091
|
||||||
|
|
@ -88,6 +77,17 @@ maxretry = 50
|
||||||
findtime = 30
|
findtime = 30
|
||||||
bantime = 7200
|
bantime = 7200
|
||||||
|
|
||||||
|
[sip-auth-failure]
|
||||||
|
enabled = true
|
||||||
|
port = 5060:5091
|
||||||
|
protocol = all
|
||||||
|
filter = sip-auth-failure
|
||||||
|
logpath = /var/log/freeswitch/freeswitch.log
|
||||||
|
action = iptables-multiport[name=sip-auth-failure, port="5060:5090", protocol=all]
|
||||||
|
maxretry = 3
|
||||||
|
findtime = 30
|
||||||
|
bantime = 7200
|
||||||
|
|
||||||
[fusionpbx-404]
|
[fusionpbx-404]
|
||||||
enabled = true
|
enabled = true
|
||||||
port = 5060:5091
|
port = 5060:5091
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue