no message

This commit is contained in:
hellcat 2026-01-17 15:20:51 +08:00
parent 128f5c14fa
commit 16a45ee4c8

View File

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