🐶 Sync 2025-11-21 00:13:07

This commit is contained in:
actions-user
2025-11-21 00:13:07 +08:00
parent 9f875d34af
commit 560276e7e4
18 changed files with 940 additions and 34 deletions

View File

@@ -155,6 +155,7 @@ function gen_outbound(flag, node, tag, proxy_table)
serverName = node.tls_serverName,
allowInsecure = (node.tls_allowInsecure == "1") and true or false,
fingerprint = (node.type == "Xray" and node.utls == "1" and node.fingerprint and node.fingerprint ~= "") and node.fingerprint or nil,
pinnedPeerCertificateChainSha256 = node.tls_chain_fingerprint and { node.tls_chain_fingerprint } or nil,
echConfigList = (node.ech == "1") and node.ech_config or nil,
echForceQuery = (node.ech == "1") and (node.ech_ForceQuery or "none") or nil
} or nil,