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>2023-05-07 14:06:43 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-05-07 14:06:43 +0300
commit9d47d74a7a076921d157188ae82ea83e66c96d09 (patch)
tree9d2d89dcddc840c2aca076e2eeacfa2f8400f227 /web/assets/js
parent92f5dfed1ca7ed51f197c6b3f631212a47545b5d (diff)
design update
Diffstat (limited to 'web/assets/js')
-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 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;
}
}