From d2f457ab044fdd7f9ba672e5482c38109b01b4f1 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sat, 17 Jan 2026 13:47:18 +0800 Subject: [PATCH] no message --- app/Services/Cron/FreenodePool.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/Services/Cron/FreenodePool.php b/app/Services/Cron/FreenodePool.php index c817f91a..6fdc9da3 100755 --- a/app/Services/Cron/FreenodePool.php +++ b/app/Services/Cron/FreenodePool.php @@ -105,6 +105,12 @@ final class FreenodePool $aFromFileContent = $aFromFileContent["proxies"]; foreach ($aFromFileContent as $aNode) { + if (isset($aNode["cipher"])) { + if ($aNode["cipher"] == "auto") { + $aNode["cipher"] = "none"; + } + } + $aNodeFormat["protocolType"] = $aNode["type"]; $aNodeFormat["country"] = $aNode["name"]; // data $aNode["name"] = "";