Quentin McGaw

Results 873 comments of Quentin McGaw

Can you try with the latest image `docker pull qmcgaw/gluetun`? It should now use all default routes and allow input/output traffic on each of them. Let me know if it...

For now just use `docker run --rm alpine:3.15 nslookup yourvpnserver.com` to translate it to an IP address. The current situation is gluetun doesn't do any network interaction until the VPN...

Hey there, thanks for proposing this. 1. Did you try with the current VyprVPN gluetun setup (see the wiki), what error do you get? 2. Try adding `-e VPN_ENDPOINT_IP=128.90.96.17` to...

That's the Openvpn server pushing options to gluetun's openvpn, and that `block-outside-dns` is only for windows, hence the error message. So nothing to worry about, although I'll add a filter...

Actually this is problematic since it requires to send a request to PIA outside the VPN to obtain/register a Wireguard key. Having the whole container focused on not leaking anything...

I thought about that, but that looks like weeks to implement 😢 There is also Surfshark (and possibly NordVPN, Cyberghost) which also work the same as PIA where you need...

> Whether you access an API endpoint of a VPN provider or connecting to one of their VPN servers True, true. > The major downside to this process is that...

Totally agree, this will obviously be optional 👍 Note that this will only be active for `:latest` images, not for tagged images. It will also be disabled by default, as...

Yes still planned but 0% progress for now. It might be canceled if it gets solved another way (see below). 1. Careful updating latest automatically with watchtower, I tend to...

1. As in `qmcgaw/gluetun:latest` can break features from time to time due to me coding like a madman 😄 You can use release image tags like `v3.20.0` and update release...