Merge pull request #1107 from TDT-GmbH/openvpn_remote_random
luci-app-openvpn: Fix default value for remote_random flag
This commit is contained in:
commit
4453414970
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ local knownParams = {
|
||||||
{ client="1" } },
|
{ client="1" } },
|
||||||
{ Flag,
|
{ Flag,
|
||||||
"remote_random",
|
"remote_random",
|
||||||
1,
|
0,
|
||||||
translate("Randomly choose remote server"),
|
translate("Randomly choose remote server"),
|
||||||
{ client="1" } },
|
{ client="1" } },
|
||||||
{ ListValue,
|
{ ListValue,
|
||||||
|
|
Loading…
Reference in a new issue