* luci/app/openvpn: controller, model and template updates
[project/luci.git] / applications / luci-openvpn / root / etc / config / openvpn_recipes
index 0f2ee4ff8c83d4c6f785996a8658c23974069abb..94e879b91366a7e162887dae0152161c3b5134c3 100644 (file)
@@ -16,7 +16,7 @@ config openvpn_recipe client_tun_ptp
        option _description     "Simple client configuration for a routed point-to-point VPN"
        option _role            "client"
        option dev                      "tun"
-       option remote           "mypeer.dyndns.org"
+       list   remote           "mypeer.dyndns.org"
        option port             "1194"
        option ifconfig         "10.0.0.2 10.0.0.1"
        option secret           "shared-secret.key"
@@ -48,7 +48,7 @@ config openvpn_recipe client_tun
        option _role            "client"
        option client           "1"
        option dev                      "tun"
-       option remote           "vpnserver.example.org 1194"
+       list   remote           "vpnserver.example.org 1194"
        option ca                       "ca.crt"
        option cert                     "my_client.crt"
        option key                      "my_client.key"
@@ -84,7 +84,7 @@ config openvpn_recipe client_tap_bridge
        option _role            "client"
        option client           "1"
        option dev                      "tap"
-       option remote           "vpnserver.example.org 1194"
+       list   remote           "vpnserver.example.org 1194"
        option ca                       "ca.crt"
        option cert                     "my_client.crt"
        option key                      "my_client.key"