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-03-11 21:18:33 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-03-11 21:18:33 +0300
commitf8be7a7649388647ac1fe1b1d5b707bb2e3dee9c (patch)
tree69e30e1ebab1699969444abff0ffd4a933bdfa9f /web/html/xui
parent5b87b1253555b7e932f79bd86795e350f9f3de2e (diff)
[xray outbound] add mux
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/xui')
-rw-r--r--web/html/xui/form/outbound.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html
index 73568f26..6432dca7 100644
--- a/web/html/xui/form/outbound.html
+++ b/web/html/xui/form/outbound.html
@@ -421,6 +421,24 @@
</a-form-item>
</template>
+<!-- mux settings -->
+<a-form-item label="Mux">
+ <a-switch v-model="outbound.mux.enabled"></a-switch>
+</a-form-item>
+<template v-if="outbound.mux.enabled">
+ <a-form-item label="Concurrency">
+ <a-input-number v-model="outbound.mux.concurrency" :min="-1" :max="1024"></a-input-number>
+ </a-form-item>
+ <a-form-item label="xudp Concurrency">
+ <a-input-number v-model="outbound.mux.xudpConcurrency" :min="-1" :max="1024"></a-input-number>
+ </a-form-item>
+ <a-form-item label="xudp UDP 443">
+ <a-select v-model="outbound.mux.xudpProxyUDP443" :dropdown-class-name="themeSwitcher.currentTheme">
+ <a-select-option v-for="c in ['reject', 'allow', 'skip']" :value="c">[[ c ]]</a-select-option>
+ </a-select>
+ </a-form-item>
+</template>
+
</a-form>
</a-tab-pane>
<a-tab-pane key="2" tab="JSON" force-render="true">