Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-09-16 14:41:05 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-09-16 14:41:05 +0300
commit1de7accd7cfea4aa834fbcf80ff05e0f072971b4 (patch)
treecbf359d4737c2dd8ad06d05f60ad295597cc7be4 /web/html/xray.html
parent76afff2a6f5bcc2fad72955f15a216d0eebacacd (diff)
vnext removed
Diffstat (limited to 'web/html/xray.html')
-rw-r--r--web/html/xray.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/html/xray.html b/web/html/xray.html
index 9f528e03..258c81c9 100644
--- a/web/html/xray.html
+++ b/web/html/xray.html
@@ -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: