luci-app-ssr-plus: Fix Hysteria2 failure to start problem (#1360)

This commit is contained in:
zxlhhyccc 2024-01-01 03:08:06 +08:00 committed by sbwml
parent 346a1009a0
commit 9b0769583b

View File

@ -290,7 +290,7 @@ local hysteria = {
transport = { transport = {
type = server.transport_protocol, type = server.transport_protocol,
udp = { udp = {
hopInterval = tonumber(server.hopinterval) and tonumber(server.hopinterval) .. "s" or nil hopInterval = tonumber(server.hopinterval) and tonumber(server.hopinterval) .. "s" or "30s"
} }
}, },
--[[ --[[