Quentin McGaw

Results 873 comments of Quentin McGaw

@pundoo You do need to generate a Wireguard keypair to register the public key of that keypair you generated through their API right? That's how I understood it 🤔 And...

I have a few questions on top for @pundoo and/or @cardimajs 1. Where do you get your `[Interface]`'s `Address` value (`10.14.0.2/8` in this case)? 2. Where do you get your...

This can happen occasionally see https://github.com/qdm12/gluetun/wiki/Healthcheck#internal-healthcheck we tcp dial cloudflare.com:443 and sometimes this can fail and that's fine. Does this happen every time or is it a one off issue?

It's most likely because the nameserver is changed to `127.0.0.1` to use Unbound, but Unbound didn't finish setting up (hence the connection refuse on port 53). I'm working on #137...

@antro31 that's just a workaround, and it means you don't test if the DNS server is working or not. Can one of you try using `BLOCK_MALICIOUS=off`, does it give the...

@romainguinot you can make durations larger https://github.com/qdm12/gluetun/wiki/Health-options > The issue is that the dependent containers seem to lose all connectivity until they are themselves restarted. Actually the point of the...

> I don't really know if a gluetun could signal other containers to automatically restart if it has to kick and restart the VPN. Subscribe to #641 its still a...

Please try ``` docker run -it --rm alpine:3.16 apk add iptables iptables -L # error should show exit ``` How does this fail?

Wonderful. Notes to my future self: - TCP port: `110` - UDP port: `1282` - TCP hostnames are the UDP hostnames with `tcp-` prefix. There is a TCP server for...