docker-openvpn-proxy icon indicating copy to clipboard operation
docker-openvpn-proxy copied to clipboard

check / set ovpn config

Open andy-nai opened this issue 6 years ago • 0 comments

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.

andy-nai avatar Apr 18 '19 11:04 andy-nai