Porting openVPN config to Alpine Linux
Porting openVPN config to Alpine Linux
I got an openVPN config file from my vpn provider. It worked great on Ubuntu, but on alpine, I got an error.
The following lines fail:
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf
/etc/openvpn/update-resolv-conf
does not exists on alpine Linux but /etc/openvpn/up.sh
and /etc/openvpn/down.sh
do.
the log contains the following output:
Options error: --up script fails with '/etc/openvpn/update-resolv-conf': No such file or directory (errno=2)
Options error: Please correct this error.
Use --help for more information.