From 7dcf96be0022184c519ab9be3e8a014e6b11b4d3 Mon Sep 17 00:00:00 2001 From: eooce <142894633+eooce@users.noreply.github.com> Date: Mon, 24 Jun 2024 02:31:17 +0800 Subject: [PATCH] =?UTF-8?q?VPS=E4=B8=80=E9=94=AE=E5=9B=9B=E5=90=88?= =?UTF-8?q?=E4=B8=80=E8=84=9A=E6=9C=AC(reality+vmess-argo+hysteria2+tuic5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sing-box.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sing-box.sh b/sing-box.sh index bdb4d59..bea25f5 100644 --- a/sing-box.sh +++ b/sing-box.sh @@ -915,7 +915,7 @@ if [ ${check_singbox} -eq 0 ]; then ;; 3) clear - green "\n1. www.ups.com\n\n2. www.svix.com\n\n3. www.apple.com\n\n4. www.hubspot.com\n" + green "\n1. www.ups.com\n\n2. www.svix.com\n\n3. www.cboe.com\n\n4. www.hubspot.com\n" reading "\n请输入新的Reality伪装域名(可自定义输入,回车留空将使用默认1): " new_sni if [ -z "$new_sni" ]; then new_sni="www.ups.com" @@ -924,7 +924,7 @@ if [ ${check_singbox} -eq 0 ]; then elif [[ "$new_sni" == "2" ]]; then new_sni="www.svix.com" elif [[ "$new_sni" == "3" ]]; then - new_sni="www.apple.com" + new_sni="www.cboe.com" elif [[ "$new_sni" == "3" ]]; then new_sni="www.hubspot.com" else