new - (TLS) disable System Root

This commit is contained in:
mhsanaei
2024-05-22 17:38:25 +02:00
parent 70f9e32f28
commit 68c9b55447
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -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>