mirror of
https://github.com/Caraxi/mare.server.git
synced 2026-02-14 07:47:42 +01:00
add temp ban on failed auth
This commit is contained in:
parent
52c3491168
commit
1e73ab55c5
3 changed files with 71 additions and 7 deletions
|
|
@ -23,7 +23,8 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"DiscordServerUrl": "",
|
||||
"FailedAuthForTempBan": 5,
|
||||
"TempBanDurationInMinutes": 30,
|
||||
"DiscordBotToken": "",
|
||||
"UnusedFileRetentionPeriodInDays": 7,
|
||||
"PurgeUnusedAccounts": true,
|
||||
|
|
@ -62,6 +63,6 @@
|
|||
]
|
||||
},
|
||||
"IPRateLimitPolicies": {
|
||||
"IpRules": []
|
||||
"IpRules": []
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue