Compare commits
1 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9126fed342 |
@@ -9,15 +9,17 @@ config:
|
|||||||
search:
|
search:
|
||||||
safe_search: 0
|
safe_search: 0
|
||||||
|
|
||||||
extraConfig:
|
# Create limiter.toml to bypass bot detection
|
||||||
botdetection:
|
extraConfig: |
|
||||||
ip_lists:
|
[botdetection.ip_lists]
|
||||||
pass_ip:
|
pass_ip = [
|
||||||
- '0.0.0.0/0'
|
'0.0.0.0/0', # Allow all IPs
|
||||||
- '::0/0'
|
'::0/0' # Allow all IPv6
|
||||||
ip_limit:
|
]
|
||||||
filter_link_local: false
|
|
||||||
link_token: false
|
[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