未验证 提交 42075a4d 编写于 作者: Z zxlhhyccc 提交者: GitHub

luci-app-ssr-plus: Fix minor errors and failure to start issues

上级 37056a57
......@@ -370,8 +370,8 @@ o:depends("type", "tuic")
o = s:option(ListValue, "udp_relay_mode", translate("UDP relay mode"))
o:depends("type", "tuic")
o:value("native", translate("native UDP characteristics")
o:value("quic", translate("lossless UDP relay using QUIC streams")
o:value("native", translate("native UDP characteristics"))
o:value("quic", translate("lossless UDP relay using QUIC streams"))
o.default = "native"
o.rmempty = true
......@@ -890,4 +890,4 @@ if is_finded("kcptun-client") then
o:depends("type", "ss")
end
return m
\ No newline at end of file
return m
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册