From ebad1ec062f3398107166ab60ee4d23d529ceea1 Mon Sep 17 00:00:00 2001 From: Lsmoisu <114275920+Lsmoisu@users.noreply.github.com> Date: Sat, 8 Mar 2025 22:57:52 +0800 Subject: [PATCH] Update upconfig.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新配置文件域名 --- upconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upconfig.sh b/upconfig.sh index 01e525b..249bb56 100644 --- a/upconfig.sh +++ b/upconfig.sh @@ -1,7 +1,7 @@ #!/bin/bash # 定义变量 -REMOTE_URL="https://sub.hechunyu.com/config-66ca38b4bd8d" +REMOTE_URL="https://sub.aaa.team/config-66ca38b4bd8d" LOCAL_CONFIG="/etc/sing-box/config.json" TEMP_CONFIG="/tmp/sing-box-config.json.new" LOG_FILE="/var/log/sing-box-config-update.log"