Update 000_intro.md

This commit is contained in:
Stefan Pejcic
2024-11-01 14:27:12 +01:00
committed by GitHub
parent 2545680424
commit bd8eeb057c

View File

@@ -262,7 +262,7 @@ As an additional security measure, HTTP Basic Authentication can be enabled for
### Brute-Force Protection
Both user and admin interfaces have a built-in rate limiting and IP address blocking to protect against brute-force attacks. You can configure the maximum number of failed login attempts allowed per IP (default is `5`) and the total number of failed attempts (default is `20`), after which the offending IP will be temporarily blocked by the firewall for one hour.
Both user and admin interfaces have a built-in rate limiting and IP address blocking to protect against brute-force attacks. You can configure the maximum number of failed login attempts allowed per IP (default is `5` per minute) and the total number of failed attempts (default is `20`), after which the offending IP will be temporarily blocked by the firewall for one hour.
For user panel imits are configurable in: `/etc/openpanel/openpanel/conf/openpanel.config` file:
```bash