From 16a45ee4c848cee2fb932a8dbf1c20e762ec547e Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sat, 17 Jan 2026 15:20:51 +0800 Subject: [PATCH] no message --- app/Services/Cron/FreenodePool.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/Services/Cron/FreenodePool.php b/app/Services/Cron/FreenodePool.php index b01b51cf..bbaf14c3 100755 --- a/app/Services/Cron/FreenodePool.php +++ b/app/Services/Cron/FreenodePool.php @@ -112,7 +112,13 @@ final class FreenodePool // $aNode["cipher"] = '"auto''; // } // } - + + if ($aNode["type"] == "vmess") { + if (!isset($aNode["cipher"])) { + $aNode["cipher"] = "auto"; + } + } + $aNodeFormat["protocolType"] = $aNode["type"]; $aNodeFormat["country"] = $aNode["name"]; // data $aNode["name"] = "";