Merge pull request #305 from nmav/compression
luci-app-ocserv: Added option to enable compression
This commit is contained in:
commit
cd24ad05a4
1 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,10 @@ local pip = s:taboption("general", Flag, "predictable_ips", translate("Predictab
|
||||||
translate("The assigned IPs will be selected deterministically"))
|
translate("The assigned IPs will be selected deterministically"))
|
||||||
pip.default = "1"
|
pip.default = "1"
|
||||||
|
|
||||||
|
local compr = s:taboption("general", Flag, "compression", translate("Enable compression"),
|
||||||
|
translate("Enable compression"))
|
||||||
|
compr.default = "1"
|
||||||
|
|
||||||
local udp = s:taboption("general", Flag, "udp", translate("Enable UDP"),
|
local udp = s:taboption("general", Flag, "udp", translate("Enable UDP"),
|
||||||
translate("Enable UDP channel support; this must be enabled unless you know what you are doing"))
|
translate("Enable UDP channel support; this must be enabled unless you know what you are doing"))
|
||||||
udp.default = "1"
|
udp.default = "1"
|
||||||
|
|
Loading…
Reference in a new issue