Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to docs: verify DNS query goes through unbound #695

Open
sed-i opened this issue Apr 25, 2022 · 1 comment
Open

Add to docs: verify DNS query goes through unbound #695

sed-i opened this issue Apr 25, 2022 · 1 comment

Comments

@sed-i
Copy link

sed-i commented Apr 25, 2022

After configuring pihole to use unbound,

Finally, configure Pi-hole to use your recursive DNS server by specifying `127.0.0.1#5335` as the Custom DNS (IPv4):

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

@yubiuser
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants