Bobin Joseph

Results 32 comments of Bobin Joseph

@qdm12 , yes, I have tried it with DOT=off and setting DNS_PLAINTEXT_ADDRESS= to no avail. Thanks.

So I did some more digging. On the alpine container that is not sharing the stack with Gluetun, I checked its /etc/resolv.conf config. It points to docker's embedded dns server...

Hi @qdm12 , So I feel like I am very close, but seems like there are many moving parts. From [this ](https://github.com/moby/moby/issues/19474#issuecomment-173095572)issue, it seems that we can use the `dns`...

Hey @qdm12, I think I got it. I have very limited GIT and GO knowledge. But setting up the Dev Container seemed to have helped a lot. Here are the...

So the way I am thinking of solving this for myself is to just allow unbound to listen on the default interface and localhost. This is the key to get...

> 2\. Run a DNS UDP proxy (coded from scratch in Go) listening on port 53 so that it can hook into the queries and: Nice work! Very nice. Let...

So I tested and everything seems to work as expected. To get this to work, I have to set the `- DNS_KEEP_NAMESERVER=on` environment variable in the Gluetun service definition. I'm...

@qdm12 , btw where is the code you did for the DNS server? I am interested is learning go so wanted to see what the code looks like.

I did a quick test. My setup involves Gluetun and qBittorrent(qbt) sharing the network stack. All other containers are on the same network, but do not share network stacks. From...