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"