mirror of
https://github.com/alireza0/s-ui.git
synced 2026-09-01 01:19:09 +00:00
fix vless inbound flow
This commit is contained in:
parent
19a6053098
commit
204e0d30e1
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ const buildInboundsUsers = (inbound:InboundWithUser):Inbound => {
|
|||
// Remove flow in non tls VLESS
|
||||
if (inbound.type == InTypes.VLESS) {
|
||||
const vlessInbound = <VLESS>inbound
|
||||
if (!vlessInbound.tls?.enabled) clientConfig["vless"].flow = undefined
|
||||
if (!vlessInbound.tls?.enabled) delete(clientConfig["vless"].flow)
|
||||
}
|
||||
users.push(clientConfig[inbound.type])
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue