docker-openvpn-client
docker-openvpn-client copied to clipboard
OpenVPN client with killswitch and proxy servers; built on Alpine
I am running it as a proxy in minikube, but when I set proxy ip as minikube ip address(192.168.59.100) in browser, nothing happens, seems browser proxy cannot access the container...
Hi, I'm pretty new to docker container but so far I'm understanding what I'm doing (I thing) I have a docker compose with you openvpn-client and 2 other containers depending...
I notice the Container is spamming this message during heavy load and also draws a lot of cpu power  2022-09-17 07:32:29 AEAD Decrypt error: bad packet ID (may be...
DNS resolution for all vpn endpoints can take time. I've seen this take more than a minute. Meanwhile, connections would be opened through the original gw effectively leaking details about...
For a reason unknown tinyproxy doesn't start when I run the docker image. `docker exec openvpn-client3 ps aux` shows that it runs the `run-http-proxy.sh` script, but tinyproxy itself isn't running....
I am passing in CONFIG_FILE as documented, but the container just outputs 'err: no vpn configuration file found', no matter what I do.
File entry.sh contains a number of undeclared variables. When accessing them, if they do not have a specific value, we received an error stating that a non-existent variable is being...
it took my a few hours to figure this one out. For all others with the same issue: ALLOWED_SUBNETS does not work, use SUBNETS instead! tested with latest version 3.1.0
Hi there, my current VPN provider ask me as the las 6 characters of password the 2FA code. Currently I’m using Microsoft Authenticator. Is there a workaround to deal with...
It appears that unless one explicitly sets all the options (AUTH_SECRET, ALLOWED_SUBNETS, KILL_SWITCH, and CONFIG_FILE) to a value (either an empty value, or a setting), **entry.sh** fails due to an...