Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,15 @@ but adding your vpn user and password by command line
sudo docker run -it --cap-add=NET_ADMIN --device /dev/net/tun --name vpn \
-v /some/path:/vpn -d dperson/openvpn-client -a 'username;password'

**Note:** If you are using a downloaded configuration file from a VPN provider, you may see errors relating to "/etc/openvpn/update-resolv-conf".
This script does not exist in Alpine linux, so you should change the `up` and `down` lines in your providers' config file to this instead:

up /etc/openvpn/up.sh
down /etc/openvpn/down.sh

# User Feedback

## Issues

If you have any problems with or questions about this image, please contact me
through a [GitHub issue](https://github.com/dperson/openvpn-client/issues).
through a [GitHub issue](https://github.com/dperson/openvpn-client/issues).