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/html
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-02-22 15:50:37 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-02-22 16:09:52 +0300
commitceb12171211a549c2dc3b5075915ee23d4bbd04d (patch)
tree699129f42e11030927404d994afe9169883c52c2 /web/html
parente7545236897b0f86cd59c1f6b679f61dea9e2db3 (diff)
serverNameToVerify to verifyPeerCertInNames #2662
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/form/tls_settings.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html
index 70ad7d05..0ad919c9 100644
--- a/web/html/xui/form/tls_settings.html
+++ b/web/html/xui/form/tls_settings.html
@@ -57,8 +57,8 @@
<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 label="VerifyPeerCertInNames">
+ <a-input v-model.trim="inbound.stream.tls.verifyPeerCertInNames"></a-input>
</a-form-item>
<template v-for="cert,index in inbound.stream.tls.certs">
<a-form-item label='{{ i18n "certificate" }}'>