losuler / pihole-dnscrypt-docker

A docker-compose for Pi-hole and DNSCrypt, daemonized with a systemd service file.
GNU General Public License v3.0
55 stars 14 forks source link

Debian bullseye - DNS Resolution #6

Closed an0wak closed 2 years ago

an0wak commented 2 years ago

Hi All,

I've deployed pihole-dnscrypt-docker on Debian Bullseye without a hitch - working well. Although I seem to be having an issue resolving DNS within the pihole instance itself and therefore cannot update my gravity lists?

The docker "host" is able to resolve DNS without issues.

I've checked out other posts but they point more towards Ubuntu.

If I look at resolve under the pihole instance I get the following. I'm guessing it should be looking at itself as a DNS server.

root@pihole:/# cat /etc/resolv.conf
search mydomain.local
nameserver 127.0.0.11
options ndots:0

I also have the firewall allowing 53 out from the pihole host.

Any suggestions as to were to start looking?

an0wak commented 2 years ago

Found this - https://github.com/pi-hole/docker-pi-hole/issues/342