Merge pull request #34 from MHSanaei/dev

i hate myself
This commit is contained in:
MHSanaei 2023-03-19 14:39:51 +03:30 committed by GitHub
commit c5bbee354f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1157,6 +1157,9 @@ class Inbound extends XrayCommonClass {
}
if (this.XTLS) {
if (!ObjectUtil.isEmpty(this.stream.tls.server)) {
address = this.stream.tls.server;
}
params.set("flow", this.settings.vlesses[clientIndex].flow);
}
@ -1247,6 +1250,9 @@ class Inbound extends XrayCommonClass {
}
if (this.XTLS) {
if (!ObjectUtil.isEmpty(this.stream.tls.server)) {
address = this.stream.tls.server;
}
params.set("flow", this.settings.trojans[clientIndex].flow);
}