design update

This commit is contained in:
MHSanaei
2023-05-07 14:36:43 +03:30
parent 92f5dfed1c
commit 9d47d74a7a
10 changed files with 325 additions and 297 deletions

View File

@@ -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;
}
}