Update On Sun Jan 18 19:40:15 CET 2026

This commit is contained in:
github-action[bot]
2026-01-18 19:40:16 +01:00
parent e52dea8cc5
commit 404d6331b3
160 changed files with 3848 additions and 8281 deletions
@@ -273,7 +273,7 @@ function gen_outbound(flag, node, tag, proxy_table)
port = string.gsub(node.hysteria2_hop, ":", "-"),
interval = (function()
local v = tonumber((node.hysteria2_hop_interval or "30s"):match("^%d+"))
return (v and v >= 5) and (v .. "s") or "30s"
return (v and v >= 5) and v or 30
end)()
} or nil,
maxIdleTimeout = (function()