openrc/support/openvpn
Mike Frysinger 301161a7a4 use HEAD in git URIs to point to the default branch
This makes the URIs shorter and dynamic: whatever the default branch
the repo uses will be used.
2021-12-20 20:07:00 -05:00
..
down.sh use HEAD in git URIs to point to the default branch 2021-12-20 20:07:00 -05: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 use HEAD in git URIs to point to the default branch 2021-12-20 20:07:00 -05: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.