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/xui/inbound_info_modal.html')
-rw-r--r--web/html/xui/inbound_info_modal.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html
index e5dbda42..51efa308 100644
--- a/web/html/xui/inbound_info_modal.html
+++ b/web/html/xui/inbound_info_modal.html
@@ -58,26 +58,6 @@
</td>
</tr>
</template>
- <template v-if="inbound.isQuic">
- <tr>
- <td>quic {{ i18n "encryption" }}</td>
- <td>
- <a-tag>[[ inbound.quicSecurity ]]</a-tag>
- </td>
- </tr>
- <tr>
- <td>quic {{ i18n "password" }}</td>
- <td>
- <a-tag>[[ inbound.quicKey ]]</a-tag>
- </td>
- </tr>
- <tr>
- <td>quic {{ i18n "camouflage" }}</td>
- <td>
- <a-tag>[[ inbound.quicType ]]</a-tag>
- </td>
- </tr>
- </template>
<template v-if="inbound.isKcp">
<tr>
<td>kcp {{ i18n "encryption" }}</td>