aboutsummaryrefslogtreecommitdiffstats
path: root/main/openvpn/openvpn.confd
Commit message (Collapse)AuthorAgeFilesLines
* main/openvpn: allow to pass additional arguments for openvpnJakub Jirutka2020-02-071-0/+3
| | | | Backported from ce095fc43d6850ef1cc74190d2c6ea40aeceff26.
* main/openvpn: fix backward compatibility of init scriptJakub Jirutka2018-05-131-4/+8
| | | | | | | | | | | | | This fixes problem introduced in commit 4a66978dd949d571fdd984d800b3121c3a1a297f. When user upgrades openvpn package, but (s)he has never modified /etc/conf.d/openvpn file, apk automatically updates it and so sets openvpn to the client mode. I forgot to this case and wrongly assumed that existing config is always preserved. BTW, the previoud change was based on https://github.com/OpenRC/openrc/blob/master/support/init.d.examples/openvpn.in. Ref #8875 (https://bugs.alpinelinux.org/issues/8875)
* main/openvpn: rewrite init scriptJakub Jirutka2018-05-061-16/+18
|
* main/openvpn: multiple changes like ipv6 and new initdCarlo Landmeter2011-06-041-0/+18
added ipv6 patch from: http://www.greenie.net/ipv6/openvpn.html move easy-rsa into subpkg and depend on openssl update init.d and conf.d from latest gentoo release added up/down scripts from latest gentoo release ref #618