MyNixOS website logo
option

services.searx.limiterSettings

Limiter settings for SearXNG.

For available settings, see the SearXNG schema file.
Declarations
Type
attribute set of (JSON value)
Default
{ }
Example
{
  real_ip = {
    x_for = 1;
    ipv4_prefix = 32;
    ipv6_prefix = 56;
  }
  botdetection.ip_lists.block_ip = [
    # "93.184.216.34" # example.org
  ];
}