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>2024-11-14 12:39:51 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-11-14 12:39:51 +0300
commitccda652e69f5d613acca6346dda3c15fcb7ba36b (patch)
tree3fa49a7ccbbe2a9cdb98ddb2d2ac5fede99e7f3e /web/html/xui/inbound_info_modal.html
parent2982d809ab4f5301a27b811509e7fb92f427673f (diff)
SplitHTTP - Mode
Diffstat (limited to 'web/html/xui/inbound_info_modal.html')
-rw-r--r--web/html/xui/inbound_info_modal.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html
index 36f165c6..0e0a18fc 100644
--- a/web/html/xui/inbound_info_modal.html
+++ b/web/html/xui/inbound_info_modal.html
@@ -58,6 +58,14 @@
</td>
</tr>
</template>
+ <template v-if="inbound.isSplithttp">
+ <tr>
+ <td>Mode</td>
+ <td>
+ <a-tag>[[ inbound.stream.splithttp.mode ]]</a-tag>
+ </td>
+ </tr>
+ </template>
<template v-if="inbound.isKcp">
<tr>
<td>kcp {{ i18n "encryption" }}</td>