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>2024-08-29 12:06:48 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-08-29 12:06:48 +0300
commitcb3da25bc82b818018476d53fe534aba3a55e1aa (patch)
tree49bf3723e0c07f4b8ae2effccbc61e6199ef9276
parenta40058bb0b9cf8e8b5d40125897d82b7adc5932f (diff)
bug fix - TLS
disableSystemRoot & enableSessionResumption
-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 51e599bf..d6b0dd18 100644
--- a/web/html/xui/form/tls_settings.html
+++ b/web/html/xui/form/tls_settings.html
@@ -60,10 +60,10 @@
<a-switch v-model="inbound.stream.tls.rejectUnknownSni"></a-switch>
</a-form-item>
<a-form-item label="Disable System Root">
- <a-switch v-model="inbound.stream.tls.settings.disableSystemRoot"></a-switch>
+ <a-switch v-model="inbound.stream.tls.disableSystemRoot"></a-switch>
</a-form-item>
<a-form-item label="Session Resumption">
- <a-switch v-model="inbound.stream.tls.settings.enableSessionResumption"></a-switch>
+ <a-switch v-model="inbound.stream.tls.enableSessionResumption"></a-switch>
</a-form-item>
<template v-for="cert,index in inbound.stream.tls.certs">
<a-form-item label='{{ i18n "certificate" }}'>