luci-app-ssr-plus: Fix Hysteria2
failure to start problem (#1360)
This commit is contained in:
parent
346a1009a0
commit
9b0769583b
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
--[[
|
--[[
|
||||||
|
Loading…
Reference in New Issue
Block a user