no message

This commit is contained in:
hellcat 2026-01-17 13:47:18 +08:00
parent 48b3544483
commit d2f457ab04

View File

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