From ee87dd1daa7fe34e66091f527f38a8f5fbc38ab9 Mon Sep 17 00:00:00 2001 From: Raymond Tau Date: Tue, 13 Mar 2018 02:15:22 +0800 Subject: [PATCH] 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 --- applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua b/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua index 74edaf489..396dedd4a 100644 --- a/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua +++ b/applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua @@ -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")) -- 2.11.0