diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-07 14:06:43 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-07 14:06:43 +0300 |
| commit | 9d47d74a7a076921d157188ae82ea83e66c96d09 (patch) | |
| tree | 9d2d89dcddc840c2aca076e2eeacfa2f8400f227 /web/assets/js | |
| parent | 92f5dfed1ca7ed51f197c6b3f631212a47545b5d (diff) | |
design update
Diffstat (limited to 'web/assets/js')
| -rw-r--r-- | web/assets/js/model/xray.js | 2 |
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; } } |
