packages/net/openvpn/files
Florian Eckert 053e588162 openvpn: Added option to not start the native OpenVPN configurations on boot
OpenVPN configurations that have a uci entry, the enable/enabled option can
be used to control whether the OpenVPN connection should be started at
system startup or not.

OpenVPN configurations that are located under '/etc/openvpn/' are always
started at system boot. To ensure that these connections can also be
started later, they must 'not' be started automatically during system boot.
This can be prevented with the following entry in the OpenVPN configuration.

config globals 'globals'
	option autostart '0'

These OpenVPN configurations can then be started later with the command.
'/etc/init.d/openvpn start <name>'

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-12-20 15:01:46 +01:00
..
etc openvpn: fix invoking user up & down commands from hotplug wrapper 2021-04-01 07:20:03 -04:00
lib/functions openvpn: fix invoking user up & down commands from hotplug wrapper 2021-04-01 07:20:03 -04:00
usr/libexec openvpn: import from base 2020-12-01 12:37:37 -08:00
openvpn.config openvpn: enable LZO support by default for OpenSSL variant 2021-07-12 23:47:12 -04:00
openvpn.init openvpn: Added option to not start the native OpenVPN configurations on boot 2023-12-20 15:01:46 +01:00
openvpn.options openvpn: update to 2.6.5 and add DCO support 2023-07-24 22:50:06 -07:00
openvpn.upgrade openvpn: import from base 2020-12-01 12:37:37 -08:00