chriscrowe / docker-pihole-unbound

Run Pi-Hole + Unbound on Docker
1.08k stars 282 forks source link

docker-compose uses port 53 for PI hole dns but does not expose 5335 for unbound #52

Closed chronicblondiee closed 3 years ago

chronicblondiee commented 3 years ago

Hi,

I was giving this project a go and its really clean single container DNS solution,

One thing that could be nice to have is to add port 5335 for unbound in docker compose with a comment similar to the one you have for ssh so your local server can query unbound directly this is easy for most people familiar with docker but new users might try query dig github.com @127.0.0.1 -p 5335

and wounder why you can't query local dns just something that I didn't release till i looked back over the ports so i just connected to the container and did a dig query inside it to verify

chriscrowe commented 3 years ago

Merged