luci: fixup
This commit is contained in:
parent
08fa08ad5f
commit
0205587e6d
@ -152,6 +152,10 @@ if has_v2ray or has_xray then
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
o:depends({sniffing = true, route_only = false})
|
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
|
||||||
end
|
end
|
||||||
return m
|
return m
|
||||||
|
Loading…
Reference in New Issue
Block a user