Fred

Results 2 comments of Fred

``` services: openvpn-client: image: ghcr.io/wfg/openvpn-client container_name: openvpn-germany cap_add: - NET_ADMIN devices: - /dev/net/tun environment: - SUBNETS=192.168.29.0/24 - HTTP_PROXY=off - SOCKS_PROXY=on - VPN_CONFIG_FILE=Germany.ovpn - VPN_AUTH_SECRET=auth.txt volumes: - F:/vpn/myvpn:/data/vpn - F:/vpn/myvpn/secrets/auth.txt:/run/secrets/auth.txt ports:...

![Untitled](https://user-images.githubusercontent.com/100021681/154796181-472b0e8e-1a21-440d-af6e-a06dc95b0e15.png) is this what you are refering to? Had the same issue today!