Compare commits
2 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
033072d519 | ||
|
|
4981fef85d |
@@ -9,17 +9,15 @@ config:
|
||||
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
|
||||
extraConfig:
|
||||
botdetection:
|
||||
ip_lists:
|
||||
pass_ip:
|
||||
- '0.0.0.0/0'
|
||||
- '::0/0'
|
||||
ip_limit:
|
||||
filter_link_local: false
|
||||
link_token: false
|
||||
valkey:
|
||||
enabled: true
|
||||
nodeSelector:
|
||||
|
||||
Reference in New Issue
Block a user