luci-app-openvpn: Fix default value for remote_random flag
[project/luci.git] / applications / luci-app-openvpn / luasrc / model / cbi / openvpn-advanced.lua
index d0771e5..92f78a8 100644 (file)
@@ -511,7 +511,7 @@ local knownParams = {
                        { client="1" } },
                { Flag,
                        "remote_random",
-                       1,
+                       0,
                        translate("Randomly choose remote server"),
                        { client="1" } },
                { ListValue,