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"