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/form')
-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>