Update On Tue Nov 19 19:38:50 CET 2024

This commit is contained in:
github-action[bot]
2024-11-19 19:38:50 +01:00
parent eabc1624e4
commit 83ec5ecc52
122 changed files with 1518 additions and 1278 deletions
@@ -267,7 +267,8 @@ function gen_outbound(flag, node, tag, proxy_table)
level = 0,
security = (node.protocol == "vmess") and node.security or nil,
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
}
}
}