diff options
| author | Farhad H. P. Shirvan <9374298+farhadh@users.noreply.github.com> | 2026-01-31 21:50:08 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-31 21:50:08 +0300 |
| commit | ea0da32e810417d4b66d48edd34bac0ab74ee4a5 (patch) | |
| tree | 59d370f5182af1a22c1ab42d7f478595d7836e97 /web/html | |
| parent | d5ea8d0f3832512f8430e3c54056a7db36482e6a (diff) | |
fix: rename `verifyPeerCertInNames` to `verifyPeerCertByName` to be compatible with xray-core v26.1.31 (#3723)
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/form/tls_settings.html | 4 |
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"> |
