Update jail.local
This commit is contained in:
parent
1f68891a70
commit
213dd334b7
|
|
@ -10,7 +10,7 @@ findtime = 7200
|
||||||
bantime = 86400
|
bantime = 86400
|
||||||
|
|
||||||
[freeswitch]
|
[freeswitch]
|
||||||
enabled = true
|
enabled = false
|
||||||
port = 5060:5091
|
port = 5060:5091
|
||||||
protocol = all
|
protocol = all
|
||||||
filter = freeswitch
|
filter = freeswitch
|
||||||
|
|
@ -23,7 +23,7 @@ bantime = 3600
|
||||||
# sendmail-whois[name=FreeSwitch, dest=root, sender=fail2ban@example.org] #no smtp server installed
|
# sendmail-whois[name=FreeSwitch, dest=root, sender=fail2ban@example.org] #no smtp server installed
|
||||||
|
|
||||||
[freeswitch-acl]
|
[freeswitch-acl]
|
||||||
enabled = true
|
enabled = false
|
||||||
port = 5060:5091
|
port = 5060:5091
|
||||||
protocol = all
|
protocol = all
|
||||||
filter = freeswitch-acl
|
filter = freeswitch-acl
|
||||||
|
|
@ -35,7 +35,7 @@ findtime = 60
|
||||||
bantime = 86400
|
bantime = 86400
|
||||||
|
|
||||||
[freeswitch-ip]
|
[freeswitch-ip]
|
||||||
enabled = true
|
enabled = false
|
||||||
port = 5060:5091
|
port = 5060:5091
|
||||||
protocol = all
|
protocol = all
|
||||||
filter = freeswitch-ip
|
filter = freeswitch-ip
|
||||||
|
|
@ -47,7 +47,7 @@ findtime = 30
|
||||||
bantime = 86400
|
bantime = 86400
|
||||||
|
|
||||||
[auth-challenge-ip]
|
[auth-challenge-ip]
|
||||||
enabled = true
|
enabled = false
|
||||||
port = 5060:5091
|
port = 5060:5091
|
||||||
protocol = all
|
protocol = all
|
||||||
filter = auth-challenge-ip
|
filter = auth-challenge-ip
|
||||||
|
|
@ -59,7 +59,7 @@ findtime = 30
|
||||||
bantime = 86400
|
bantime = 86400
|
||||||
|
|
||||||
[sip-auth-challenge]
|
[sip-auth-challenge]
|
||||||
enabled = true
|
enabled = false
|
||||||
port = 5060:5091
|
port = 5060:5091
|
||||||
protocol = all
|
protocol = all
|
||||||
filter = sip-auth-challenge
|
filter = sip-auth-challenge
|
||||||
|
|
@ -71,7 +71,7 @@ findtime = 30
|
||||||
bantime = 7200
|
bantime = 7200
|
||||||
|
|
||||||
[sip-auth-failure]
|
[sip-auth-failure]
|
||||||
enabled = true
|
enabled = false
|
||||||
port = 5060:5091
|
port = 5060:5091
|
||||||
protocol = all
|
protocol = all
|
||||||
filter = sip-auth-failure
|
filter = sip-auth-failure
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue