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 <