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"] = "";