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>2025-01-26 21:33:50 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-01-26 21:33:50 +0300
commit46ef506aa66e0feda7ade495b48f8c06b020b8ac (patch)
tree6fceb60a9f1f9a2765346742490171f2f6cbbe24 /web/html/xui/form/tls_settings.html
parent51220917c4ef60c5ff886925792c8323f46cf5f2 (diff)
TLS - serverNameToVerify
Diffstat (limited to 'web/html/xui/form/tls_settings.html')
-rw-r--r--web/html/xui/form/tls_settings.html3
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 4eff7698..70ad7d05 100644
--- a/web/html/xui/form/tls_settings.html
+++ b/web/html/xui/form/tls_settings.html
@@ -57,6 +57,9 @@
<a-form-item label="Session Resumption">
<a-switch v-model="inbound.stream.tls.enableSessionResumption"></a-switch>
</a-form-item>
+ <a-form-item label="Server Name To Verify">
+ <a-input v-model.trim="inbound.stream.tls.serverNameToVerify"></a-input>
+ </a-form-item>
<template v-for="cert,index in inbound.stream.tls.certs">
<a-form-item label='{{ i18n "certificate" }}'>
<a-radio-group v-model="cert.useFile" button-style="solid">