Update serv00.sh
This commit is contained in:
@@ -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 <<EOF
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user