12 lines
305 B
TOML
12 lines
305 B
TOML
|
|
# SearXNG rate limiter — disabled for private use
|
||
|
|
# This file disables rate limiting since this is a personal instance,
|
||
|
|
# not a public-facing search engine.
|
||
|
|
|
||
|
|
[botdetection.ip_limit]
|
||
|
|
# No rate limiting for private use
|
||
|
|
link_token = false
|
||
|
|
|
||
|
|
[botdetection.ip_lists]
|
||
|
|
# No IP blocking
|
||
|
|
pass_searxng_org = false
|