From 1fe93650e4331e729eefdd273d36016858cbb384 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Thu, 8 Feb 2018 18:23:33 +0100 Subject: [PATCH] Fix --- luci-app-glorytun/luasrc/model/cbi/glorytun-settings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-glorytun/luasrc/model/cbi/glorytun-settings.lua b/luci-app-glorytun/luasrc/model/cbi/glorytun-settings.lua index 1053790fc..3d157a27a 100644 --- a/luci-app-glorytun/luasrc/model/cbi/glorytun-settings.lua +++ b/luci-app-glorytun/luasrc/model/cbi/glorytun-settings.lua @@ -26,7 +26,7 @@ local basicParams = { { Value,"mtu",1500, translate("MTU") }, { Flag,"mtuauto",0, translate("MTU auto") }, - { Flag,"mptcp",0, translate("MPTCP") } + { Flag,"mptcp",0, translate("MPTCP") }, { Flag,"chacha20",0, translate("Use ChaCha20 stream cipher") } }