From 4779939424eb047d30161631fd89a9876104084c Mon Sep 17 00:00:00 2001 From: surbiks <43953720+surbiks@users.noreply.github.com> Date: Tue, 10 Feb 2026 00:13:17 +0330 Subject: Add url speed test for outbound (#3767) * add outbound testing functionality with configurable test URL * use no kernel tun for conflict errors --- web/html/xray.html | 156 +++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 128 insertions(+), 28 deletions(-) (limited to 'web/html/xray.html') diff --git a/web/html/xray.html b/web/html/xray.html index 186156ff..a350ee57 100644 --- a/web/html/xray.html +++ b/web/html/xray.html @@ -1,7 +1,10 @@ {{ template "page/head_start" .}} - - - + + + {{ template "page/head_end" .}} @@ -10,10 +13,13 @@ - + - + @@ -26,19 +32,25 @@ - + - + {{ i18n "pages.xray.save" }} - + {{ i18n "pages.xray.restart" }} - - {{ i18n "pages.index.xrayErrorPopoverTitle" }} + + {{ i18n + "pages.index.xrayErrorPopoverTitle" }} @@ -48,10 +60,13 @@ @@ -60,7 +75,8 @@ - {{ template "settings/xray/outbounds" . }} - + {{ template "settings/xray/reverse" . }} - + {{ template "settings/xray/balancers" . }} - +