docker-openvpn-client
docker-openvpn-client copied to clipboard
ghcr.io/wfg/openvpn-client:latest is out of date from this repo
Hi there. I was troubleshooting no openvpn configuration file found errors I was getting from image in ghcr.io/wfg/openvpn-client:latest. Going back through the commit history, I see it was looking for my config in /data/vpn within the container, instead of /config as stated by the latest README.md. So it seems to be out of date from the documentation. Thanks!
The image that is published under ghcr.io is obsolete. The container is from a previous version of the repository code.
https://github.com/wfg/docker-openvpn-client/issues/101#issuecomment-1439334497
The image that is published under ghcr.io is obsolete. The container is from a previous version of the repository code.
That's what I said.
@wfg That's nice, thanks.
Edit: BY the way, thanks for your effort making this super useful project!
The main thing is the documentation on this repo has inconsistencies, then. It took me an hour or two to figure that out.
For what it's worth, I'm using serjs/go-socks5-proxy (100 forks, 400 stars, active) with this container in the same configuration you're going to document with your own socks5 container.