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

OpenVPN client with killswitch and proxy servers; built on Alpine

Results 35 docker-openvpn-client issues
Sort by recently updated
recently updated
newest added

Just run a bunch of tests with some friends of mine and it turns out they are able to detect and provide me with my DNS ptr on the first...

Hi, really love the work that's been done, the killswitch was a much needed feature for me and I'm thrilled to have it. I'm having some issues with the SUBNETS...

I added the possibility to set up a ssh tunnel based on https://github.com/cagataygurturk/docker-ssh-tunnel.

Hi, Thanks a lot for your project! I would like to suggest a new feature: I would like to be able to force specific DNS (ex: 1.1.1.1) in the docker-compose.yml...

Since the last issue was closed, I created this issue. Basically, I have two openVPN instances running. One instance is running on the Windows and its IP is 10.16.0.2. The...

Hi I am trying to use this on Windows 11 inside docker. Docker config: ``` services: openvpn-client: image: ghcr.io/wfg/openvpn-client container_name: openvpn-singapore cap_add: - NET_ADMIN devices: - /dev/net/tun environment: - SUBNETS=192.168.29.0/24...

I'm getting the following error when I try to start the container. > Unrecognized option or missing or extra parameter(s) in /data/vpn/passfile.conf.modified:1: (redacted PIA username) (2.5.6) my compose file: ```...

Hi! First of all: thanks for this container. It seems to be really amazing. I've been fiddling around with this container and it seems to work fine whenever you use...

Hello! Mullvad has an issue right now where the open port closes every couple of hours for some reason. Restarting the container fixes the problem, but I have to do...

enhancement