Unbound und OpenDNS

irgendwie hab ich ein Verständnisproblem.
Ich habe unbound+hyperlocal nach dieser Anleitung installiert,läuft auch.
Nun sehe ich seit einiger Zeit immer Aufrufe zu "resolver1.opendns.com", obwohl ich im Pihole als Upstream-DNS-Server 127.0.0.1#5335 eingestellt habe.

A	resolver1.opendns.com	localhost	OK (forwarded to localhost#5335)

Ein Leaktest verweist auch auf meine eigene IP, was ja richtig ist.
Warum ruft der Pi dauernd Opendns auf?

This can be due to OpenDNS having been your upstream resolver in the past 24 hours.

What is the output of this command from the Pi terminal?

echo ">forward-dest >quit" | nc localhost 4711

Danke, aber das ist schon länger so, nicht erst seit 24 Stunden.


Das sind meine Einstellungen

What is the output of the command?

-2 27.52 blocklist blocklist
-1 54.93 cache cache
0 15.04 127.0.0.1#5335 localhost#5335
1 2.51 ::1#5335 localhost#5335

How many queries for OpenDNS are you seeing?

grep resolver1.opendns.com /var/log/pihole.log* | wc -l

5351

just 1410 from yesterday to now

Localhost can be either the Pi-hole or any other software running on that Pi.

Is the Pi itself configured to use Pi-hole for DNS, or another DNS server?

cat /etc/resolv.conf

Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)

DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

nameserver 127.0.0.1

That's the result.
it's running "pialert" on pi, i think that's the reason...

Yes, i've found it.
It's in the pi.alert pialert.py.
Thanks for help.

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