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:
authorFarhad H. P. Shirvan <9374298+farhadh@users.noreply.github.com>2026-01-31 21:50:08 +0300
committerGitHub <noreply@github.com>2026-01-31 21:50:08 +0300
commitea0da32e810417d4b66d48edd34bac0ab74ee4a5 (patch)
tree59d370f5182af1a22c1ab42d7f478595d7836e97 /web/html/form
parentd5ea8d0f3832512f8430e3c54056a7db36482e6a (diff)
fix: rename `verifyPeerCertInNames` to `verifyPeerCertByName` to be compatible with xray-core v26.1.31 (#3723)
Diffstat (limited to 'web/html/form')
-rw-r--r--web/html/form/tls_settings.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/form/tls_settings.html b/web/html/form/tls_settings.html
index 3723130e..c14c4831 100644
--- a/web/html/form/tls_settings.html
+++ b/web/html/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="VerifyPeerCertInNames">
- <a-input v-model.trim="inbound.stream.tls.verifyPeerCertInNames"></a-input>
+ <a-form-item label="verifyPeerCertByName">
+ <a-input v-model.trim="inbound.stream.tls.verifyPeerCertByName"></a-input>
</a-form-item>
<a-divider :style="{ margin: '3px 0' }"></a-divider>
<template v-for="cert,index in inbound.stream.tls.certs">