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-06-12 23:33:33 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-06-12 23:33:56 +0300
commit8259024fbe3f3d4f8dbd65357c895ffd1f93e41c (patch)
treecafe7e4a131d5cdc8b1b7b803aeb066a05faec99 /web/html/xui
parente275adbccd729abe22c0f306f15dd8a82627453d (diff)
Outbound - UoTVersion for SS
Diffstat (limited to 'web/html/xui')
-rw-r--r--web/html/xui/form/outbound.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html
index 20adb535..c8b08321 100644
--- a/web/html/xui/form/outbound.html
+++ b/web/html/xui/form/outbound.html
@@ -187,6 +187,9 @@
<a-form-item label='UDP over TCP'>
<a-switch v-model="outbound.settings.uot"></a-switch>
</a-form-item>
+ <a-form-item label='UoTVersion'>
+ <a-input-number v-model.number="outbound.settings.UoTVersion" :min="1" :max="2"></a-input-number>
+ </a-form-item>
</template>
</template>