docker-openvpn-proxy
docker-openvpn-proxy copied to clipboard
check / set ovpn config
Check for / Add the following line to targeted VPN config.
auth-user-pass /app/ovpn/config/credentials.txt
These actions should be done within /app/ovpn/run.
- For the check - echo something to stdout if the line isn't found.
- For the fix - copy the ovpn file within the container to a new location, adding the line and using that ovpn file to connect. I don't want to enforce write permissions to the volume.