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 <mc.sanaei@gmail.com>2023-02-16 18:58:20 +0300
committerMHSanaei <mc.sanaei@gmail.com>2023-02-16 18:58:20 +0300
commitfe9844b51b04bb924bb0e5444b493668c9df92a2 (patch)
treef32156eff095434b2e256630d4b2ddf8ea5715d2 /web/assets
parent30611383de06c9a97e3cbb8fcf1bbe531846f6b2 (diff)
update pack
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/model/xray.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js
index ccddc591..f4b874b1 100644
--- a/web/assets/js/model/xray.js
+++ b/web/assets/js/model/xray.js
@@ -694,7 +694,7 @@ class Inbound extends XrayCommonClass {
this._protocol = protocol;
this.settings = Inbound.Settings.getSettings(protocol);
if (protocol === Protocols.TROJAN) {
- this.tls = true;
+ this.tls = false;
}
}
get tls() {