add clash api back, remove it won't resolve the port issue of running two instance, one in knox, one out

This commit is contained in:
Tiger Ren 2024-10-26 00:14:56 +08:00
parent efc0334f7c
commit 391a8179fd
1 changed files with 7 additions and 0 deletions

View File

@ -737,6 +737,13 @@
"experimental": {
"cache_file": {
"enabled": true
},
"clash_api": {
"external_controller": "0.0.0.0:9090",
"external_ui": "metacubexd",
"external_ui_download_url": "https://github.com/MetaCubeX/metacubexd/archive/refs/heads/gh-pages.zip",
"external_ui_download_detour": "🚀 节点选择",
"default_mode": "rule"
}
}
}