docs icon indicating copy to clipboard operation
docs copied to clipboard

Add to docs: verify DNS query goes through unbound

Open sed-i opened this issue 4 years ago • 3 comments

After configuring pihole to use unbound,

https://github.com/pi-hole/docs/blob/a7342b80d3f221d118333ed24bed4b450f4d55f9/docs/guides/dns/unbound.md?plain=1#L180

it would be handy if the docs included a method to verify that a DNS query is indeed going through unbound.

sed-i avatar Apr 25 '22 23:04 sed-i

Pretty simple

cat /var/log/pihole.log

Apr 27 22:07:00 dnsmasq[32267]: query[A] play.google.com from 10.0.1.41
Apr 27 22:07:00 dnsmasq[32267]: forwarded play.google.com to 127.0.0.1#5335
Apr 27 22:07:00 dnsmasq[32267]: reply play.google.com is 142.251.37.14

yubiuser avatar Apr 27 '22 20:04 yubiuser