vnext removed

This commit is contained in:
mhsanaei
2025-09-16 13:41:05 +02:00
parent 76afff2a6f
commit 1de7accd7c
6 changed files with 63 additions and 97 deletions

View File

@@ -535,7 +535,9 @@
switch (o.protocol) {
case Protocols.VMess:
case Protocols.VLESS:
serverObj = o.settings.vnext;
if (o.settings && o.settings.address && o.settings.port) {
return [o.settings.address + ':' + o.settings.port];
}
break;
case Protocols.HTTP:
case Protocols.Mixed: