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
path: root/web
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-09-08 22:25:30 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-09-08 22:25:30 +0300
commit18d74d54caa5f55b8d9048b49ad28b42be31b322 (patch)
tree1b6b4edc09ab9d596eec06205eae7046c4b2e1e0 /web
parentc7ba6ae909c52c1acd3107e032142beffbb53cf0 (diff)
outbound: ECH Config List
Diffstat (limited to 'web')
-rw-r--r--web/html/form/outbound.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/form/outbound.html b/web/html/form/outbound.html
index cfaaafd7..d2149b6d 100644
--- a/web/html/form/outbound.html
+++ b/web/html/form/outbound.html
@@ -441,6 +441,9 @@
<a-select-option v-for="alpn in ALPN_OPTION" :value="alpn">[[ alpn ]]</a-select-option>
</a-select>
</a-form-item>
+ <a-form-item label="ECH Config List">
+ <a-input v-model.trim="outbound.stream.tls.echConfigList"></a-input>
+ </a-form-item>
<a-form-item label="Allow Insecure">
<a-switch v-model="outbound.stream.tls.allowInsecure"></a-switch>
</a-form-item>