# This configuration file updates the default configuration file
# See https://github.com/searxng/searxng/blob/master/searx/limiter.toml
[botdetection.ip_limit]
# activate advanced bot protection
# enable this when running the instance for a public usage on the internet
link_token = false
[botdetection.ip_lists]
# Allow unlimited access from internal docker network
# This is required for MCP server to make search requests
pass_ip = [
'172.16.0.0/12', # Docker bridge networks
'10.0.0.0/8', # Docker custom networks
'127.0.0.0/8', # Localhost IPv4
'::1', # Localhost IPv6
]