Skip to content

Commit

Permalink
luci-app-ssr-plus: Fix Hysteria2 failure to start problem (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxlhhyccc authored Dec 31, 2023
1 parent 4840ddc commit f5c3e82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ local hysteria = {
transport = {
type = server.transport_protocol,
udp = {
hopInterval = tonumber(server.hopinterval) and tonumber(server.hopinterval) .. "s" or nil
hopInterval = tonumber(server.hopinterval) and tonumber(server.hopinterval) .. "s" or "30s"
}
},
--[[
Expand Down

0 comments on commit f5c3e82

Please sign in to comment.