From 1016f3b4f9ac6df05a2b3479c485cdba1b0a4705 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Mon, 22 Sep 2025 00:20:05 +0200 Subject: fix: outbound address for vless --- web/html/xray.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'web/html') diff --git a/web/html/xray.html b/web/html/xray.html index 266f9eef..4dacd021 100644 --- a/web/html/xray.html +++ b/web/html/xray.html @@ -12,13 +12,14 @@ - + - + @@ -37,7 +38,8 @@ {{ i18n "pages.index.xrayErrorPopoverTitle" }} @@ -537,6 +539,7 @@ serverObj = o.settings.vnext; break; case Protocols.VLESS: + return [o.settings?.address + ':' + o.settings?.port]; case Protocols.HTTP: case Protocols.Socks: case Protocols.Shadowsocks: -- cgit v1.2.3