parent
7b3b185555
commit
6821381140
@ -267,7 +267,8 @@ function gen_outbound(flag, node, tag, proxy_table)
|
|||||||
level = 0,
|
level = 0,
|
||||||
security = (node.protocol == "vmess") and node.security or nil,
|
security = (node.protocol == "vmess") and node.security or nil,
|
||||||
encryption = node.encryption or "none",
|
encryption = node.encryption or "none",
|
||||||
flow = (node.protocol == "vless" and node.tls == "1" and node.transport == "raw" and node.flow and node.flow ~= "") and node.flow or nil
|
flow = (node.protocol == "vless" and node.tls == "1" and (node.transport == "raw" or node.transport == "tcp") and node.flow and node.flow ~= "") and node.flow or nil
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user