DNS leak test shows other IPs when using unbound

Hello,

Expected Behaviour:

I believe that once I have pihole + unbound set up I should only see one IP address (my IP) when using a DNS leak test like https://www.dnsleaktest.com/

Actual Behaviour:

However I see a few IP addresses belonging to my ISP, in addition to my own IP, is it possible they are hijacking certain requests? Is there any way to test for this and to stop this from happening?

I can see from the unbound stats that it is indeed processing DNS requests.

Thanks in advance

raspbian? bullseye?

noticed the same when i started using the latest raspbian image.

read here

TLDR; comment out the unbound entry in /etc/resolvconf.conf, however, if resolvconf managed to run with the entry active , it creates a file /etc/unbound/unbound.conf.d/resolvconf_resolvers.conf. You need to delete that file and restart unbound to resume normal behaviour.

What are the outputs of the following commands from the Pi terminal:

sudo grep -v '#\|^$' -R /etc/unbound/unbound.conf*

cat /etc/resolvconf.conf

Your unbound configuration is normal. What "other IP's" are you seeing when running unbound?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.