1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-30 08:30:19 +02:00
searxng/docs/src/searx.plugins.limiter.rst
Alexandre Flament f79b0fce06 [enh] limiter plugin
can replace filtron:
* rate limite the number of request per IP and per (IP, User-Agent)
* block some bots

use Redis
data stored in Redis never contains the IP addresses, only HMAC using the secret_key

Co-authored-by: Markus Heiser <markus.heiser@darmarit.de>
2022-02-02 09:15:59 +01:00

10 lines
118 B
ReStructuredText

.. _limiter plugin:
==============
Limiter Plugin
==============
.. automodule:: searx.plugins.limiter
:members: