Adjusted searxng deploy
This commit is contained in:
@@ -9,17 +9,15 @@ config:
|
|||||||
search:
|
search:
|
||||||
safe_search: 0
|
safe_search: 0
|
||||||
|
|
||||||
# Create limiter.toml to bypass bot detection
|
extraConfig:
|
||||||
extraConfig: |
|
botdetection:
|
||||||
[botdetection.ip_lists]
|
ip_lists:
|
||||||
pass_ip = [
|
pass_ip:
|
||||||
'0.0.0.0/0', # Allow all IPs
|
- '0.0.0.0/0'
|
||||||
'::0/0' # Allow all IPv6
|
- '::0/0'
|
||||||
]
|
ip_limit:
|
||||||
|
filter_link_local: false
|
||||||
[botdetection.ip_limit]
|
link_token: false
|
||||||
filter_link_local = false
|
|
||||||
link_token = false
|
|
||||||
valkey:
|
valkey:
|
||||||
enabled: true
|
enabled: true
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|||||||
Reference in New Issue
Block a user