luci: fixup

This commit is contained in:
xiaorouji 2022-04-22 22:06:40 +08:00 committed by sbwml
parent 08fa08ad5f
commit 0205587e6d

View File

@ -152,6 +152,10 @@ if has_v2ray or has_xray then
end
end
o:depends({sniffing = true, route_only = false})
o = s:option(Value, "buffer_size", translate("Buffer Size (Xray)"), translate("Buffer size for every connection (kB)"))
o.rmempty = true
o.datatype = "uinteger"
end
end
return m