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:
Diffstat (limited to 'web/html/xray.html')
-rw-r--r--web/html/xray.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/html/xray.html b/web/html/xray.html
index a350ee57..ebe31f48 100644
--- a/web/html/xray.html
+++ b/web/html/xray.html
@@ -654,12 +654,10 @@
try {
const outboundJSON = JSON.stringify(outbound);
- const testURL = this.outboundTestUrl || 'https://www.google.com/generate_204';
const allOutboundsJSON = JSON.stringify(this.templateSettings.outbounds || []);
const msg = await HttpUtil.post("/panel/xray/testOutbound", {
outbound: outboundJSON,
- testURL: testURL,
allOutbounds: allOutboundsJSON
});