VPS一键四合一脚本(reality+vmess-argo+hysteria2+tuic5)

This commit is contained in:
eooce
2024-06-24 02:31:17 +08:00
committed by GitHub
parent 4a460bd1db
commit 7dcf96be00
+2 -2
View File
@@ -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