feat(banned): add warning about performance impact of matching rules

This commit is contained in:
Ilya Averyanov 2024-02-12 12:56:03 +03:00
parent 90fd2b26d3
commit 8a4c66dc75
1 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,5 @@ Added ability to ban clients by extended rules:
* by matching client's `username` to a regular expression; * by matching client's `username` to a regular expression;
* by matching client's peer address to an CIDR range. * by matching client's peer address to an CIDR range.
Warning: large number of matching rules (not tied to a concrete clientid, username or host) will impact performance.