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:
Diffstat (limited to 'web/html/form/tls_settings.html')
-rw-r--r--web/html/form/tls_settings.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/html/form/tls_settings.html b/web/html/form/tls_settings.html
index b2368d4f..2fe82388 100644
--- a/web/html/form/tls_settings.html
+++ b/web/html/form/tls_settings.html
@@ -58,9 +58,6 @@
]]</a-select-option>
</a-select>
</a-form-item>
- <a-form-item label="Allow Insecure">
- <a-switch v-model="inbound.stream.tls.settings.allowInsecure"></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>