Added rate limiting and settings fixes.

This commit is contained in:
stab
2026-03-31 04:57:15 +03:00
committed by frosty
parent c3ed901738
commit f38fe3c42e
9 changed files with 363 additions and 1 deletions

View File

@@ -31,3 +31,14 @@ domain = https://search.example.com
# Use *,-engine to exclude specific engines (e.g., *,-startpage)
# Available engines: ddg, startpage, yahoo, mojeek
engines="*"
[rate_limit]
# Rate limit searches per interval
# /search
#search_requests = 10
#search_interval = 60
# /images
#images_requests = 20
#images_interval = 60