add ENABLE_MODE_ROTATION log

This commit is contained in:
被遗忘的记忆
2024-08-07 23:49:45 +08:00
committed by GitHub
parent 592f802f29
commit 5c1b7cb104
+1
View File
@@ -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") {