From 86d3f84281dbb2c11b18128769d01310b53e3e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:20:15 +0800 Subject: [PATCH] Update serv00.sh --- serv00.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/serv00.sh b/serv00.sh index a5bd61b..fcaeb2a 100644 --- a/serv00.sh +++ b/serv00.sh @@ -630,8 +630,10 @@ vma_link="vmess://$(echo "{ \"v\": \"2\", \"ps\": \"$NAME-vmess-ws-argo\", \"add echo "$vma_link" >> jh.txt hy2_link="hysteria2://$UUID@$IP:$hy2_port?sni=www.bing.com&alpn=h3&insecure=1#$NAME-hy2" echo "$hy2_link" >> jh.txt -url=$(cat jh.txt 2>/dev/null) -baseurl=$(echo -e "$url" | base64 -w 0) +#url=$(cat jh.txt 2>/dev/null) +#baseurl=$(echo -e "$url" | base64 -w 0) +baseurl=$(base64 -w 0 < jh.txt) + cat > sing_box.json <