luci-app-openvpn: Fix default value for remote_random flag
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
This commit is contained in:
parent
62743a6c19
commit
91daed4530
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ local knownParams = {
|
|||
{ client="1" } },
|
||||
{ Flag,
|
||||
"remote_random",
|
||||
1,
|
||||
0,
|
||||
translate("Randomly choose remote server"),
|
||||
{ client="1" } },
|
||||
{ ListValue,
|
||||
|
|
Loading…
Reference in a new issue