diff --git a/sing-box.sh b/sing-box.sh index 0b0e349..64133c2 100644 --- a/sing-box.sh +++ b/sing-box.sh @@ -3,7 +3,7 @@ # ========================= # 老王sing-box四合一安装脚本 # vless-version-reality|vmess-ws-tls(tunnel)|hysteria2|tuic5 -# 最后更新时间: 2025.9.5 +# 最后更新时间: 2025.10.17 # ========================= export LANG=en_US.UTF-8 @@ -145,7 +145,6 @@ get_realip() { fi } -# 处理防火墙 # 处理防火墙 allow_port() { has_ufw=0 @@ -513,10 +512,10 @@ get_info() { green "\nArgoDomain:${purple}$argodomain${re}\n" - VMESS="{ \"v\": \"2\", \"ps\": \"${isp}\", \"add\": \"${CFIP}\", \"port\": \"${CFPORT}\", \"id\": \"${uuid}\", \"aid\": \"0\", \"scy\": \"none\", \"net\": \"ws\", \"type\": \"none\", \"host\": \"${argodomain}\", \"path\": \"/vmess-argo?ed=2560\", \"tls\": \"tls\", \"sni\": \"${argodomain}\", \"alpn\": \"\", \"fp\": \"chrome\", \"allowlnsecure\": \"flase\"}" + VMESS="{ \"v\": \"2\", \"ps\": \"${isp}\", \"add\": \"${CFIP}\", \"port\": \"${CFPORT}\", \"id\": \"${uuid}\", \"aid\": \"0\", \"scy\": \"none\", \"net\": \"ws\", \"type\": \"none\", \"host\": \"${argodomain}\", \"path\": \"/vmess-argo?ed=2560\", \"tls\": \"tls\", \"sni\": \"${argodomain}\", \"alpn\": \"\", \"fp\": \"firefox\", \"allowlnsecure\": \"flase\"}" cat > ${work_dir}/url.txt <