Compare commits
1 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ece7af1932 |
@@ -1,25 +1,17 @@
|
|||||||
config:
|
config:
|
||||||
general:
|
general:
|
||||||
instance_name: "HexorSearXNG"
|
instance_name: "HexorSearXNG"
|
||||||
debug: true
|
|
||||||
server:
|
server:
|
||||||
limiter: false
|
limiter: false
|
||||||
public_instance: false
|
public_instance: false
|
||||||
method: "POST"
|
method: "POST, GET"
|
||||||
|
general:
|
||||||
|
debug: true
|
||||||
search:
|
search:
|
||||||
|
formats:
|
||||||
|
- html
|
||||||
|
- json
|
||||||
safe_search: 0
|
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:
|
valkey:
|
||||||
enabled: true
|
enabled: true
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
|||||||
Reference in New Issue
Block a user