diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-08 22:25:30 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-09-08 22:25:30 +0300 |
| commit | 18d74d54caa5f55b8d9048b49ad28b42be31b322 (patch) | |
| tree | 1b6b4edc09ab9d596eec06205eae7046c4b2e1e0 /web/html/form/outbound.html | |
| parent | c7ba6ae909c52c1acd3107e032142beffbb53cf0 (diff) | |
outbound: ECH Config List
Diffstat (limited to 'web/html/form/outbound.html')
| -rw-r--r-- | web/html/form/outbound.html | 3 |
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> |
