From 8cab9b5419f6465d52dd0a18f30f43e7a9c025c8 Mon Sep 17 00:00:00 2001 From: juewuy Date: Sat, 31 Jan 2026 20:01:52 +0800 Subject: [PATCH] ~bug fix --- scripts/starts/core_config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/starts/core_config.sh b/scripts/starts/core_config.sh index 5ed30281..b89427c8 100644 --- a/scripts/starts/core_config.sh +++ b/scripts/starts/core_config.sh @@ -15,9 +15,9 @@ update_servers() { #更新servers.list gen_ua(){ #自动生成ua [ -z "$user_agent" -o "$user_agent" = "auto" ] && { if echo "$crashcore" | grep -q 'singbox'; then - user_agent="sing-box/singbox/$core_v" + user_agent="sing-box/$core_v" elif [ "$crashcore" = meta ]; then - user_agent="clash.meta/mihomo/$core_v" + user_agent="clash.meta/mihomo" else user_agent="clash" fi