openvpn-client
gluetun
openvpn-client | gluetun | |
---|---|---|
20 | 376 | |
1,082 | 9,311 | |
0.9% | 5.7% | |
0.0 | 9.2 | |
9 months ago | 14 days ago | |
Shell | Go | |
GNU Affero General Public License v3.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
openvpn-client
-
Any advice for a OpenVPN client docker image?
I use dperson/openvpn-client, which seems to do the trick for the most part. Ive got several packages that route through it using network_mode: "service:openvpn".
-
Popcorn Time Is Back
Gluetun has an integrated killswitch: https://github.com/qdm12/gluetun
I used to use https://github.com/dperson/openvpn-client which has a killswitch as well.
By kill-switch I mean iptables rules that don't let anything out if there's no VPN interface up. So you don't run the risk of leaking torrent stuff through your plain-text connection.
-
Microsoft hates you (re-upload on Sunday)
One of my Pi servers running a series of Docker services was taken out a few months back because an apt upgrade changed the compilation target of time_t causing me to have to spend a week untangling a web of dependencies to revert to an older version of musl.
-
How to share docker VPN connection
I just tested the https://github.com/dperson/openvpn-client to use my NordVPN account and could get it working, the container connects succesfully! Can I somehow share this connection to other LAN devices (eg my TV) where I cant't install a VPN client?
-
Ensure all Docker traffic passes through OpenVPN connection
I have gone down a rabbit hole today trying to route all Docker container traffic through OpenVPN. Previously I have used dperson/openvpn-client, but I would prefer to run OpenVPN directly on the host. With the VPN up on the host, the Docker containers make use of the VPN connection but if it drops they continue without it. Ideally there would be a kill switch to prevent this from happening.
-
Is it possible to use protonvpn with OpenVPN container?
I am looking to use my protonvpn subscription to use with an OpenVPN container (this one), but the documentation on both Protonvpn and the repo is pretty light on how to use it.
-
OpenVPN docker Container messes with routing (?)
Hey there, I successfully managed to run this OpenVPN docker Container on my DS218+. I then connected another container to use this OpenVPN container as a network. Everything works like a charm.
-
What's the best way to set up my homemade media server?
OpenVPN client to route my illicit content through Pakistan (CyberGhost paid VPN)
-
VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN, DNS over TLS, with a few proxy servers built-in.
As someone who's currently using dperson/openvpn-client with a Cyberghost VPN, what are the advantages of this container?
-
Proper way to run multiple services?
I'd like to integrate an application on a container that's connected to an OpenVPN server. I've found a convenient client base image to build on top of, but I can't seem to find the right way to do this.
gluetun
-
Webtop – Alpine,Ubuntu,Fedora,and Arch containers containing full desktop envs
I've been using the LSIO Webtop images for a few years. They're awesome for composable desktops that I run behind a VPN for a quick and easy dirty connection at home.
Combine the Webtop images by forcing it's traffic through the Gluetun [0] container and you're up and running. These Webtop containers are nice and snappy as well thanks to Kasm. Awesome OSS.
[0] https://github.com/qdm12/gluetun
-
Mullvad will drop OpenVPN support
There is gluetun, https://github.com/qdm12/gluetun, which servers a similar purpose and supports ovpn and wireguard. It's mainly used with Docker to have namespace-based proxying of traffic for a container.
-
Custom command on docker startup after watchtower update
healthcheck: # https://github.com/qdm12/gluetun/issues/641#issuecomment-933856220 test: "curl -sf https://example.com || exit 1" interval: 1m timeout: 10s retries: 2
-
Communicating with another docker container that is networked through a VPN container
I have containers a,b,c. Container C is running Gluetun (https://github.com/qdm12/gluetun) which is a VPN container.
- Restart vpn connection (new ip) from inside the container?
-
It's this time of the year again... which open-source project are you donating to?
The last couple of years I have been donating to Gluetun.
-
How to host a docker based proxy for selected containers
One option I could find is Gluetun, which looks very popular and actively maintained. In this case we have one single point of contact with VPN provider. The other containers should be run with network_mode: service:gluetun. If I understand correctly, those container will use VPN for every network operation, even for inter-container communication. Would they be visible for the containers not attached to gluetun (e.g. the SWAG reverse proxy)?
-
Express vpn container
Try setting it up. https://github.com/qdm12/gluetun See if it works for your needs.
-
Easy port-forwarding on linux
After some digging around, I found this project, which I think should get a lot more light on itself. It allows to setup port-forwarding on linux very easily, together with a lot of other things !
-
running a docker with a torrent client and vpn INSIDE the container... bad idea?
I setup Gluetun with qbittorrent in docker. Gluetun connects to the nord via manual login and I get to choose the specific servers I want it to you in its environment variables.
What are some alternatives?
protonvpn-docker - ProtonVPN Wireguard Docker Image. Supports ARMv8 (64-bit ) and x86 (64-Bit).
docker-wireguard-pia - A Docker container for using Wireguard with PIA.
docker-surfshark - Docker container with OpenVPN client preconfigured for SurfShark
docker-qbittorrentvpn - Docker container which runs a qBittorent-nox client with an optional WireGuard or OpenVPN connection
docker-wireguard
multipass - Multipass orchestrates virtual Ubuntu instances