1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add chacha20 option for glorytun

This commit is contained in:
Ycarus 2018-02-07 18:04:27 +01:00
parent 66624acda7
commit 56fe7f0819
3 changed files with 14 additions and 9 deletions

View file

@ -26,6 +26,7 @@ local basicParams = {
{ Flag,"mtuauto",0, translate("MTU auto") },
{ Flag,"mptcp",0, translate("MPTCP") }
{ Flag,"chacha20",0, translate("Use ChaCha20 stream cipher") }
}