Update jail.local
This commit is contained in:
parent
a496aff23a
commit
86151d2661
|
|
@ -55,46 +55,24 @@ maxretry = 1
|
||||||
findtime = 30
|
findtime = 30
|
||||||
bantime = 86400
|
bantime = 86400
|
||||||
|
|
||||||
[freeswitch-auth_failure-udp]
|
[sip-auth-failure]
|
||||||
enabled = true
|
enabled = true
|
||||||
port = 5060:5091
|
port = 5060:5091
|
||||||
protocol = all
|
protocol = all
|
||||||
filter = freeswitch-auth_failure
|
filter = sip-auth-failure
|
||||||
logpath = /var/log/freeswitch/freeswitch.log
|
logpath = /var/log/freeswitch/freeswitch.log
|
||||||
action = iptables-multiport[name=freeswitch-auth_failure-udp, port="5060:5090", protocol=udp]
|
action = iptables-multiport[name=sip-auth-failure, port="5060:5090", protocol=all]
|
||||||
maxretry = 3
|
|
||||||
findtime = 30
|
|
||||||
bantime = 6000
|
|
||||||
|
|
||||||
[freeswitch-auth_failure-tcp]
|
|
||||||
enabled = true
|
|
||||||
port = 5060:5091
|
|
||||||
protocol = all
|
|
||||||
filter = freeswitch-auth_failure
|
|
||||||
logpath = /var/log/freeswitch/freeswitch.log
|
|
||||||
action = iptables-multiport[name=freeswitch-auth_failure-tcp, port="5060:5090", protocol=tcp]
|
|
||||||
maxretry = 3
|
maxretry = 3
|
||||||
findtime = 30
|
findtime = 30
|
||||||
bantime = 7200
|
bantime = 7200
|
||||||
|
|
||||||
[freeswitch-auth_challenge-udp]
|
[sip-auth-challenge]
|
||||||
enabled = true
|
enabled = true
|
||||||
port = 5060:5091
|
port = 5060:5091
|
||||||
protocol = all
|
protocol = all
|
||||||
filter = freeswitch-auth_challenge
|
filter = sip-auth-challenge
|
||||||
logpath = /var/log/freeswitch/freeswitch.log
|
logpath = /var/log/freeswitch/freeswitch.log
|
||||||
action = iptables-multiport[name=freeswitch-auth_challenge-tcp, port="5060:5090", protocol=udp]
|
action = iptables-multiport[name=sip-auth-challenge, port="5060:5090", protocol=all]
|
||||||
maxretry = 50
|
|
||||||
findtime = 30
|
|
||||||
bantime = 7200
|
|
||||||
|
|
||||||
[freeswitch-auth_challenge-tcp]
|
|
||||||
enabled = true
|
|
||||||
port = 5060:5091
|
|
||||||
protocol = all
|
|
||||||
filter = freeswitch-auth_challenge
|
|
||||||
logpath = /var/log/freeswitch/freeswitch.log
|
|
||||||
action = iptables-multiport[name=freeswitch-auth_challenge-tcp, port="5060:5090", protocol=tcp]
|
|
||||||
maxretry = 50
|
maxretry = 50
|
||||||
findtime = 30
|
findtime = 30
|
||||||
bantime = 7200
|
bantime = 7200
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue