From b9a465f14c97232668ab40b307e18b4c993606a5 Mon Sep 17 00:00:00 2001 From: chunyu Date: Wed, 12 Mar 2025 18:01:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- upconfig.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 4af7bbd..df82b8a 100644 --- a/install.sh +++ b/install.sh @@ -236,7 +236,7 @@ setup_update_script() { # 下载配置文件 download_config() { - DEFAULT_CONFIG_URL="https://sub.aaa.team/config-66ca38b4bd8d" + DEFAULT_CONFIG_URL="https://sub.aaa.team/config-route-default" log "INFO" "请输入配置文件 URL(回车使用默认: $DEFAULT_CONFIG_URL): " read CONFIG_URL [ -z "$CONFIG_URL" ] && CONFIG_URL="$DEFAULT_CONFIG_URL" && log "INFO" "使用默认配置文件: $CONFIG_URL" diff --git a/upconfig.sh b/upconfig.sh index b15e923..d6e9556 100644 --- a/upconfig.sh +++ b/upconfig.sh @@ -1,7 +1,7 @@ #!/bin/bash PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin # 定义变量 -REMOTE_URL="https://sub.aaa.team/config-66ca38b4bd8d" +REMOTE_URL="https://sub.aaa.team/config-route-default" LOCAL_CONFIG="/etc/sing-box/config.json" TEMP_CONFIG="/tmp/sing-box-config.json.new" LOG_FILE="/var/log/sing-box-config-update.log"