Files
2dph/deploy/searxng/limiter.toml
T
eSlider f81b8e25e3
Tests / Test (push) Skipped
Tests / Release (semver) (push) Skipped
feat: Go SearXNG client; throttled is not absence
2026-08-13 19:51:33 +01:00

8 lines
157 B
TOML

[botdetection.ip_lists]
# RFC1918 only. Do not copy a live instance egress IP into git.
pass_ip = [
"10.0.0.0/8",
"172.16.0.0/12",
"192.168.0.0/16",
]