1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00
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

View file

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