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

adding ability to run with authfile

Open strelok899 opened this issue 2 years ago • 0 comments

fixing sudo docker run --rm -it -e ALLOWED_SUBNETS="" -e CONFIG_FILE="" --name=openvpn-client --cap-add=NET_ADMIN --device=/dev/net/tun --volume="/home/ubuntu/vpn_new:/config" dockeropenvpnclient:latest using openvpn configuration file: **** /usr/local/bin/entry.sh: line 41: AUTH_SECRET: unbound variable

and added ability to use authfile

strelok899 avatar Aug 20 '23 16:08 strelok899