From 9b0769583b5ffb8c5a8ceeea4b1cfa22b7093c2f Mon Sep 17 00:00:00 2001 From: zxlhhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:08:06 +0800 Subject: [PATCH] luci-app-ssr-plus: Fix `Hysteria2` failure to start problem (#1360) --- luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua b/luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua index 9e84683e2..36e7b84ad 100755 --- a/luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua +++ b/luci-app-ssr-plus/root/usr/share/shadowsocksr/gen_config.lua @@ -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" } }, --[[