mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Fix
This commit is contained in:
parent
dac82f7277
commit
1fe93650e4
1 changed files with 1 additions and 1 deletions
|
@ -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") }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue