summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-02-02 09:24:34 +0100
committerGitHub <noreply@github.com>2022-02-02 09:24:34 +0100
commit9fae80facb8efaad22dc5e20f48c001f89e8e567 (patch)
tree60b430d2f83a808076de7fdcdd9b58a4a256f249 /searx/settings.yml
parent07f7289e23c3ed28bb5e4f71d47e0da554ca9aea (diff)
parentf79b0fce06936878d334a3927e2075f940a9ac46 (diff)
Merge pull request #618 from dalf/limiter
[enh] limiter plugin
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index be068a10e..9d91e5329 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -43,6 +43,7 @@ server:
port: 8888
bind_address: "127.0.0.1"
base_url: false # Possible values: false or "https://example.org/location".
+ limiter: false # rate limit the number of request on the instance, block some bots
# If your instance owns a /etc/searxng/settings.yml file, then set the following
# values there.