From 9d47d74a7a076921d157188ae82ea83e66c96d09 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 7 May 2023 14:36:43 +0330 Subject: design update --- web/assets/js/model/xray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/assets/js') diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js index 22573a23..37717c9e 100644 --- a/web/assets/js/model/xray.js +++ b/web/assets/js/model/xray.js @@ -939,7 +939,7 @@ class Inbound extends XrayCommonClass { this._protocol = protocol; this.settings = Inbound.Settings.getSettings(protocol); if (protocol === Protocols.TROJAN) { - this.tls = true; + this.tls = false; } } -- cgit v1.2.3