[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-15 21:18:44
This commit is contained in:
parent
fe95c95875
commit
e5d29a6625
|
|
@ -57,9 +57,13 @@ bantime = 1h
|
||||||
|
|
||||||
[exchange-authip]
|
[exchange-authip]
|
||||||
enabled = true
|
enabled = true
|
||||||
port = https # O tráfego de login é sempre HTTPS
|
port = https
|
||||||
|
# O tráfego de login é sempre HTTPS
|
||||||
filter = nginx-json-exchange
|
filter = nginx-json-exchange
|
||||||
logpath = /var/log/nginx/access.log
|
logpath = /var/log/nginx/access.log
|
||||||
maxretry = 5 # Bane após 5 tentativas de login
|
maxretry = 5
|
||||||
findtime = 5m # Numa janela de 5 minutos
|
# Bane após 5 tentativas de login
|
||||||
bantime = 24h # Bane por 24 horas. Ataques ao Exchange são sérios.
|
findtime = 5m
|
||||||
|
# Numa janela de 5 minutos
|
||||||
|
bantime = 24h
|
||||||
|
# Bane por 24 horas. Ataques ao Exchange são sérios.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue