Merge pull request #182 from dalf/enable_limiter

Enable limiter by default
pull/113/merge
Alexandre Flament 8 months ago committed by GitHub
commit 41ca45c87f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,6 @@
# This configuration file updates the default configuration file
# See https://github.com/searxng/searxng/blob/master/searx/botdetection/limiter.toml
[botdetection.ip_limit]
# activate link_token method in the ip_limit method
link_token = true

@ -5,6 +5,7 @@ server:
secret_key: "ultrasecretkey" # change this!
limiter: true # can be disabled for a private instance
image_proxy: true
limiter: true
ui:
static_use_hash: true
redis:

Loading…
Cancel
Save