wfg / docker-openvpn-client

OpenVPN client with killswitch and proxy servers; built on Alpine
MIT License
353 stars 107 forks source link

adding ability to run with authfile #112

Open strelok899 opened 1 year ago

strelok899 commented 1 year ago

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