mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
bux fixed - xtls flow
This commit is contained in:
parent
0f1f3d8439
commit
56e456ff47
1 changed files with 2 additions and 2 deletions
|
@ -1329,7 +1329,7 @@ class Inbound extends XrayCommonClass {
|
||||||
if (!ObjectUtil.isEmpty(this.stream.xtls.server)){
|
if (!ObjectUtil.isEmpty(this.stream.xtls.server)){
|
||||||
params.set("sni", 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') {
|
else if (security === 'reality') {
|
||||||
|
@ -1536,7 +1536,7 @@ class Inbound extends XrayCommonClass {
|
||||||
if (this.stream.xtls.settings.serverName !== ''){
|
if (this.stream.xtls.settings.serverName !== ''){
|
||||||
params.set("sni", 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 {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue