mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added 2FA rate limiting, #3393
This commit is contained in:
parent
467a6bfb35
commit
5121295128
4 changed files with 137 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue