add temp ban on failed auth

This commit is contained in:
Stanley Dimant 2022-08-06 19:26:35 +02:00
parent 52c3491168
commit 1e73ab55c5
3 changed files with 71 additions and 7 deletions

View file

@ -23,7 +23,8 @@
]
}
},
"DiscordServerUrl": "",
"FailedAuthForTempBan": 5,
"TempBanDurationInMinutes": 30,
"DiscordBotToken": "",
"UnusedFileRetentionPeriodInDays": 7,
"PurgeUnusedAccounts": true,
@ -62,6 +63,6 @@
]
},
"IPRateLimitPolicies": {
"IpRules": []
"IpRules": []
}
}