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-05-22 18:38:25 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-05-22 21:06:49 +0300
commit68c9b55447a4508341d8947e038de35a3306bbb8 (patch)
tree65b5ce6ae5079d164676086ef16ff542bcb54554 /web/html/xui
parent70f9e32f28b1f24f7a5c60f53941cde5ebfd3978 (diff)
new - (TLS) disable System Root
Diffstat (limited to 'web/html/xui')
-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 e4edb756..da804695 100644
--- a/web/html/xui/form/tls_settings.html
+++ b/web/html/xui/form/tls_settings.html
@@ -56,6 +56,9 @@
<a-form-item label="Allow Insecure">
<a-switch v-model="inbound.stream.tls.settings.allowInsecure"></a-switch>
</a-form-item>
+ <a-form-item label="Disable System Root">
+ <a-switch v-model="inbound.stream.tls.settings.disableSystemRoot"></a-switch>
+ </a-form-item>
<a-form-item label="Reject Unknown SNI">
<a-switch v-model="inbound.stream.tls.rejectUnknownSni"></a-switch>
</a-form-item>