This commit is contained in:
silversword411 2022-12-16 09:08:54 -05:00
parent a612b5c37b
commit e40fd1d688
No known key found for this signature in database
GPG Key ID: 6F4BD176F56B50CA
1 changed files with 10 additions and 0 deletions

View File

@ -17,3 +17,13 @@ Adjust these items in your `config.json`
```
![](images/rate_limiting_logins.png)
## Disabling TLS 1.0/1.1 for AMT
```json
{
"settings": {
"mpshighsecurity": true
}
}
```