luci-app-ocserv: match default value of compression
Modify the default setting of compression to match the default value of the package ocserv. Signed-off-by: Raymond Tau <raymondtau@gmail.com>
This commit is contained in:
parent
28e3b32854
commit
ee87dd1daa
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ pip.default = "1"
|
|||
|
||||
local compr = s:taboption("general", Flag, "compression", translate("Enable compression"),
|
||||
translate("Enable compression"))
|
||||
compr.default = "1"
|
||||
compr.default = "0"
|
||||
|
||||
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"))
|
||||
|
|
Loading…
Reference in a new issue