From 9f49492831bbea7e07c5666de95358968a624dd6 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sat, 17 Jan 2026 14:42:15 +0800 Subject: [PATCH] no message --- app/Services/Cron/FreenodePool.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Services/Cron/FreenodePool.php b/app/Services/Cron/FreenodePool.php index 6fdc9da3..8fd824f1 100755 --- a/app/Services/Cron/FreenodePool.php +++ b/app/Services/Cron/FreenodePool.php @@ -107,7 +107,8 @@ final class FreenodePool foreach ($aFromFileContent as $aNode) { if (isset($aNode["cipher"])) { if ($aNode["cipher"] == "auto") { - $aNode["cipher"] = "none"; + $sRawCipher = "auto"; + $aNode["cipher"] = '"' . $sRawCipher . '"'; } }