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/settings/xray/outbounds.html | 77 +++++++++++++++++++++++++++++------
1 file changed, 64 insertions(+), 13 deletions(-)
(limited to 'web/html/settings/xray/outbounds.html')
diff --git a/web/html/settings/xray/outbounds.html b/web/html/settings/xray/outbounds.html
index 1c099308..3995760f 100644
--- a/web/html/settings/xray/outbounds.html
+++ b/web/html/settings/xray/outbounds.html
@@ -4,17 +4,22 @@
- {{ i18n "pages.xray.outbound.addOutbound" }}
+ {{ i18n
+ "pages.xray.outbound.addOutbound" }}
- WARP
+ WARP
-
-
+
@@ -23,8 +28,10 @@
-
[[ index+1 ]]
@@ -32,7 +39,8 @@
e.preventDefault()" type="more"
:style="{ fontSize: '16px', textDecoration: 'bold' }">
-
+
{{ i18n "pages.xray.rules.first"}}
@@ -56,21 +64,64 @@
- [[ addr ]]
+ [[ addr ]]
- [[ outbound.protocol ]]
+ [[ outbound.protocol
+ ]]
- [[ outbound.streamSettings.network ]]
- tls
- [[
+ outbound.streamSettings.network ]]
+ tls
+ reality
[[ findOutboundTraffic(outbound) ]]
+
+
+ {{ i18n "pages.xray.outbound.test"
+ }}
+
+
+
+
+
+
+
+ [[ outboundTestStates[index].result.delay ]]ms
+
+ ([[ outboundTestStates[index].result.statusCode
+ ]])
+
+
+
+ Failed
+
+
+
+
+
+
+ -
+
{{end}}
\ No newline at end of file
--
cgit v1.2.3