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") } }