We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df89bf0 commit 0d1128cCopy full SHA for 0d1128c
src/common/helpers/xray-config/xray-config.validator.ts
@@ -328,6 +328,7 @@ export class XRayConfig {
328
break;
329
case 'vless':
330
(inbound.settings as VLessSettings).clients = [];
331
+ (inbound.settings as VLessSettings).flow = getVlessFlow(inbound) || '';
332
333
case 'shadowsocks':
334
(inbound.settings as ShadowsocksSettings).clients = [];
@@ -356,7 +357,6 @@ export class XRayConfig {
356
357
(inbound.settings as VLessSettings).clients.push({
358
id: user.vlessUuid,
359
email: user.tId.toString(),
- flow: getVlessFlow(inbound),
360
});
361
}
362
0 commit comments