From 6299a68922939fdf29b9b1e3a2dcdff028a6fe0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Sun, 25 May 2025 18:24:08 +0200 Subject: [PATCH] chore: deactivate limiter by default for easier setup (#384) --- searxng/limiter.toml | 5 +++-- searxng/settings.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/searxng/limiter.toml b/searxng/limiter.toml index 190f8df..14ca0c2 100644 --- a/searxng/limiter.toml +++ b/searxng/limiter.toml @@ -2,5 +2,6 @@ # See https://github.com/searxng/searxng/blob/master/searx/limiter.toml [botdetection.ip_limit] -# activate link_token method in the ip_limit method -link_token = true +# activate advanced bot protection +# enable this when running the instance for a public usage on the internet +link_token = false diff --git a/searxng/settings.yml b/searxng/settings.yml index 232639f..d4a846a 100644 --- a/searxng/settings.yml +++ b/searxng/settings.yml @@ -3,7 +3,7 @@ use_default_settings: true server: # base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml secret_key: "ultrasecretkey" # change this! - limiter: true # can be disabled for a private instance + limiter: false # enable this when running the instance for a public usage on the internet image_proxy: true ui: static_use_hash: true