···11+[real_ip]
22+33+# Number of values to trust for X-Forwarded-For.
44+55+x_for = 1
66+77+# The prefix defines the number of leading bits in an address that are compared
88+# to determine whether an address is part of a (client) network.
99+1010+ipv4_prefix = 32
1111+ipv6_prefix = 48
1212+1313+[botdetection.ip_limit]
1414+1515+# To get unlimited access in a local network, by default link-lokal addresses
1616+# (networks) are not monitored by the ip_limit
1717+filter_link_local = true
1818+1919+# activate link_token method in the ip_limit method
2020+link_token = false
2121+2222+[botdetection.ip_lists]
2323+2424+# In the limiter, the ip_lists method has priority over all other methods -> if
2525+# an IP is in the pass_ip list, it has unrestricted access, and it is also not
2626+# checked if e.g. the "user agent" suggests a bot (e.g. curl).
2727+2828+block_ip = [
2929+]
3030+3131+pass_ip = [
3232+ '192.168.0.0/16',
3333+ '10.0.0.0/8',
3434+ 'fd9d:7a72:44eb:a::/64',
3535+ '2001:14ba:45a:210f::/64'
3636+]
3737+3838+# Activate passlist of (hardcoded) IPs from the SearXNG organization,
3939+# e.g. `check.searx.space`.
4040+pass_searxng_org = false