openrc/support/openvpn
William Hubbs d6622a1156 add meson build files
Closes #116.
Closes #171.
Closes #172.
Closes #175.
2021-09-04 16:01:29 -05:00
..
down.sh Convert OpenRC to a centralized copyright/license structure 2015-12-21 12:16:06 -06:00
Makefile install support files 2017-02-18 15:52:28 -06:00
meson.build add meson build files 2021-09-04 16:01:29 -05:00
README.md Reformat and fix titles in documentation 2018-01-12 14:10:42 -06:00
up.sh Convert OpenRC to a centralized copyright/license structure 2015-12-21 12:16:06 -06:00

Example OpenVPN Scripts

These handy scripts setup any dns information that OpenVPN may push. They also handle the interaction with OpenRC so that the OpenVPN service can become "inactive". This means that when it starts, it goes inactive and OpenRC continues on its merry way booting the system. When OpenVPN connects to an endpoint it then re-starts the OpenVPN service and starts up any services that depend on us. A similar thing happens when we shut down.

Of course, this is all optional.