From 7cd1634a6dc8e5ef381b94bed2e494907fd82cc9 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:37:11 +0800 Subject: [PATCH] Update serv00.sh --- serv00.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serv00.sh b/serv00.sh index cb26d92..0bf15b9 100644 --- a/serv00.sh +++ b/serv00.sh @@ -1107,7 +1107,7 @@ sleep 2 cat jh.txt > ${FILE_PATH}/${UUID}_v2sub.txt cat clash_meta.yaml > ${FILE_PATH}/${UUID}_clashmeta.txt cat sing_box.json > ${FILE_PATH}/${UUID}_singbox.txt -curl -sL https://raw.githubusercontent.com/yonggekkk/sing-box-yg/beta/index.html -o "$FILE_PATH"/index.html +curl -sL https://raw.githubusercontent.com/yonggekkk/sing-box-yg/main/index.html -o "$FILE_PATH"/index.html V2rayN_LINK="https://${USERNAME}.serv00.net/${UUID}_v2sub.txt" Clashmeta_LINK="https://${USERNAME}.serv00.net/${UUID}_clashmeta.txt" Singbox_LINK="https://${USERNAME}.serv00.net/${UUID}_singbox.txt"