Skip to content

Commit

Permalink
bux fixed - xtls flow
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Dec 9, 2023
1 parent 0f1f3d8 commit 56e456f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/assets/js/model/xray.js
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ class Inbound extends XrayCommonClass {
if (!ObjectUtil.isEmpty(this.stream.xtls.server)){
params.set("sni", this.stream.xtls.server);
}
params.set("flow", this.settings.vlesses[clientIndex].flow);
params.set("flow", flow);
}

else if (security === 'reality') {
Expand Down Expand Up @@ -1536,7 +1536,7 @@ class Inbound extends XrayCommonClass {
if (this.stream.xtls.settings.serverName !== ''){
params.set("sni", this.stream.xtls.settings.serverName);
}
params.set("flow", this.settings.trojans[clientIndex].flow);
params.set("flow", flow);
}

else {
Expand Down

0 comments on commit 56e456f

Please sign in to comment.