diff options
Diffstat (limited to 'web/html/xui/form')
| -rw-r--r-- | web/html/xui/form/tls_settings.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index e6e0bece..5e02f985 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -100,6 +100,9 @@ <a-form-item label='{{ i18n "domainName" }}'> <a-input v-model.trim="inbound.stream.xtls.server"></a-input> </a-form-item> + <a-form-item label="SNI" placeholder="Server Name Indication"> + <a-input v-model.trim="inbound.stream.xtls.settings.serverName" style="width: 250px"></a-input> + </a-form-item> <a-form-item label="Alpn"> <a-checkbox-group v-model="inbound.stream.xtls.alpn" style="width:200px"> <a-checkbox v-for="key in ALPN_OPTION" :value="key">[[ key ]]</a-checkbox> |
