From df6b9ebfbc36dd14de9159af1fbeab963c6dd7c9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 27 Feb 2014 13:32:13 +0100 Subject: [PATCH] openvpn: Provide a basic set of configuration settings. These are the defaults as in the CGI script, but when you don't set up the roadwarrior server, the configuration file remains empty and the openvpnctrl binary will end itself because it cannot read a proper configuration. --- config/ovpn/settings | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/ovpn/settings b/config/ovpn/settings index e69de29bb..b78fc32d7 100644 --- a/config/ovpn/settings +++ b/config/ovpn/settings @@ -0,0 +1,6 @@ +ENABLED=off +ENABLED_BLUE=off +ENABLED_ORANGE=off +DDEST_PORT=1149 +DPROTOCOL=udp +VPN_IP= -- 2.39.2