mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added 2FA rate limiting, #3393
This commit is contained in:
@@ -113,6 +113,12 @@
|
||||
"count": 10,
|
||||
"coolofftime": 10
|
||||
},
|
||||
"__maxInvalid2fa": "Time in minutes, max amount of bad two-factor authentication from a source IP in the time before 2FA's are rejected.",
|
||||
"_maxInvalid2fa": {
|
||||
"time": 10,
|
||||
"count": 10,
|
||||
"coolofftime": 10
|
||||
},
|
||||
"watchDog": { "interval": 100, "timeout": 400 },
|
||||
"_AmtProvisioningServer": {
|
||||
"port": 9971,
|
||||
|
||||
Reference in New Issue
Block a user