From ea237e2b8cb44093d1c43c7922645bc94b8057b4 Mon Sep 17 00:00:00 2001 From: LIghtJUNction <106986785+LIghtJUNction@users.noreply.github.com> Date: Sat, 5 Oct 2024 04:07:10 +0800 Subject: [PATCH] update config clash (#147) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add #external-ui-url 新增一行注释 与ksu内置网页相关 --- box/clash/config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/box/clash/config.yaml b/box/clash/config.yaml index 2cec33fd..93e604bf 100755 --- a/box/clash/config.yaml +++ b/box/clash/config.yaml @@ -32,6 +32,7 @@ ipv6: false external-controller: 0.0.0.0:9090 # secret: "123456" external-ui: /data/adb/box/clash/dashboard +# external-ui-url: "https://github.com/MetaCubeX/metacubexd/archive/refs/heads/gh-pages.zip" # 自定义外部用户界面下载地址 # tcp-concurrent: false # 目前仅用于 API 的 https @@ -301,4 +302,4 @@ rules: # - IN-TYPE,inner,PROXY ## final - - MATCH,PROXY \ No newline at end of file + - MATCH,PROXY