search_01 / searxng /limiter.toml
qingxu98's picture
wtf
1b33a7d
raw
history blame contribute delete
329 Bytes
# 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 = false
[botdetection.ip_lists]
pass_ip = [
'111.36.208.22' # IPv4 of check.searx.space
]