luci: fix sing-box TUIC (#2760)
This commit is contained in:
parent
01903b0700
commit
d3b2536d0a
@ -301,7 +301,7 @@ function gen_outbound(flag, node, tag, proxy_table)
|
||||
udp_relay_mode = node.tuic_udp_relay_mode or "native",
|
||||
udp_over_stream = false,
|
||||
zero_rtt_handshake = (node.tuic_zero_rtt_handshake == "1") and true or false,
|
||||
heartbeat = tonumber(node.tuic_heartbeat),
|
||||
heartbeat = node.tuic_heartbeat .. "s",
|
||||
tls = {
|
||||
enabled = true,
|
||||
server_name = node.tls_serverName,
|
||||
|
Loading…
Reference in New Issue
Block a user