26 lines
529 B
YAML
26 lines
529 B
YAML
config:
|
|
general:
|
|
instance_name: "HexorSearXNG"
|
|
debug: true
|
|
server:
|
|
limiter: false
|
|
public_instance: false
|
|
method: "POST"
|
|
search:
|
|
safe_search: 0
|
|
|
|
# Create limiter.toml to bypass bot detection
|
|
extraConfig: |
|
|
[botdetection.ip_lists]
|
|
pass_ip = [
|
|
'0.0.0.0/0', # Allow all IPs
|
|
'::0/0' # Allow all IPv6
|
|
]
|
|
|
|
[botdetection.ip_limit]
|
|
filter_link_local = false
|
|
link_token = false
|
|
valkey:
|
|
enabled: true
|
|
nodeSelector:
|
|
kubernetes.io/hostname: master.tail2fe2d.ts.net |