Add a warning about limit_queries and action=allow

The `limit_queries` rule should not be used in the `allow` mode.
This commit is contained in:
Markus Mäkelä 2017-04-03 12:44:22 +03:00
parent d32a2e410b
commit 6ef90bf9b6

View File

@ -163,6 +163,8 @@ number of allowed queries during the time period. The second is the time period
in seconds and the third is the amount of time for which the rule is considered
active and blocking.
**WARNING:** Using `limit_queries` in `action=allow` is not supported.
#### `no_where_clause`
This rule inspects the query and blocks it if it has no WHERE clause. For