no message
This commit is contained in:
parent
128f5c14fa
commit
16a45ee4c8
@ -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"] = "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user