diff --git a/entrypoint.sh b/entrypoint.sh index 4ac493e..0447bd1 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,7 @@ # 定义 UUID 及 伪装路径,请自行修改.(注意:伪装路径以 / 符号开始,为避免不必要的麻烦,请不要使用特殊符号.) base64 -d config > config.json -UUID=${UUID:-'de04add9-5c68-8bab-950c-08cd5320df18'} +UUID=${UUID:-'c9976259-52e1-4f54-a07b-a72a2439ec78'} VMESS_WSPATH=${VMESS_WSPATH:-'/vmess'} VLESS_WSPATH=${VLESS_WSPATH:-'/vless'} sed -i "s#UUID#$UUID#g;s#VMESS_WSPATH#${VMESS_WSPATH}#g;s#VLESS_WSPATH#${VLESS_WSPATH}#g" config.json @@ -21,4 +21,4 @@ rm -f config.json # 运行 nginx 和 v2ray nginx base64 -d config > config.json -./${RELEASE_RANDOMNESS} -config=config.json \ No newline at end of file +./${RELEASE_RANDOMNESS} -config=config.json