mirror of
https://github.com/searxng/searxng.git
synced 2025-12-29 15:10:02 +00:00
[doc] add some documentation about the limiter plugin (and redis)
Requested-by: https://github.com/searxng/searxng/discussions/993#discussioncomment-2396914 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
# pyright: basic
|
||||
"""Some bot protection / rate limitation
|
||||
|
||||
To monitore rate limits and protect privacy the IP addresses are getting stored
|
||||
with a hash so the limiter plugin knows who to block. A redis database is
|
||||
needed to store the hash values.
|
||||
|
||||
Enable the plugin in ``settings.yml``:
|
||||
|
||||
- ``server.limiter: true``
|
||||
|
||||
Reference in New Issue
Block a user