From 5c1b7cb1040fac4e111c95551cb32307a28a5686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=AB=E9=81=97=E5=BF=98=E7=9A=84=E8=AE=B0=E5=BF=86?= <32097237+YIWANG-sketch@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:49:45 +0800 Subject: [PATCH] add ENABLE_MODE_ROTATION log --- index.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/index.mjs b/index.mjs index b0b80d7..e61c054 100644 --- a/index.mjs +++ b/index.mjs @@ -439,6 +439,7 @@ app.listen(port, async () => { console.log(`Proxy is currently running with no authentication`); } console.log(`Custom mode: ${process.env.USE_CUSTOM_MODE == "true" ? "enabled" : "disabled"}`); + console.log(`Mode rotation: ${process.env.ENABLE_MODE_ROTATION === "true" ? "enabled" : "disabled"}`); // 检查是否启用隧道 if (process.env.ENABLE_TUNNEL === "true") {