From 391a8179fd232adeeb60dcebb534d05d300deea2 Mon Sep 17 00:00:00 2001 From: Tiger Ren Date: Sat, 26 Oct 2024 00:14:56 +0800 Subject: [PATCH] add clash api back, remove it won't resolve the port issue of running two instance, one in knox, one out --- singbox.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/singbox.json b/singbox.json index da62c9d..b500e27 100644 --- a/singbox.json +++ b/singbox.json @@ -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" } } } \ No newline at end of file