From 7fe7d6d5e654d2092f89d81b0e1627fb99eb1a74 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 9 Oct 2008 22:24:21 +0000 Subject: * luci/app/openvpn: controller, model and template updates --- applications/luci-openvpn/root/etc/config/openvpn_recipes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'applications/luci-openvpn/root/etc/config') diff --git a/applications/luci-openvpn/root/etc/config/openvpn_recipes b/applications/luci-openvpn/root/etc/config/openvpn_recipes index 0f2ee4ff8c..94e879b913 100644 --- a/applications/luci-openvpn/root/etc/config/openvpn_recipes +++ b/applications/luci-openvpn/root/etc/config/openvpn_recipes @@ -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" -- cgit v1.2.3