For the last few days (started on Friday), I experience the following issue on my pi-hole on Raspberry Pi:
I have installed wireguard on the pi (using a DDNS address from my ISP) and can connect to my pi from my laptop when I'm not home. My pi's IP address is 192.168.1.99. I also have and IPv6 address.
If I connect via wireguard, then pi-hole works without an itch. But from home, it used to work but not anymore. Tried to repair and/or reconfigure; to no avail.
From my laptop at home (with ISP DNS) if in the terminal I type dig google.com
, it works but if I type dig google.com @192.168.1.99 -p 53
I get a timeout.
But if I connect my laptop via wireguard it works.
Looking at the debug log, I see the following:
` *** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
[✓] wiadomosci-dnia.waw.pl is 0.0.0.0 on lo (127.0.0.1)
[✗] Failed to resolve wiadomosci-dnia.waw.pl on eth0 (192.168.1.99)
[✓] No IPv4 address available on wlan0
[✓] wiadomosci-dnia.waw.pl is 0.0.0.0 on wg0 (10.10.10.1)
[✓] doubleclick.com is 142.250.203.110 via a remote, public DNS server (8.8.8.8)
*** [ DIAGNOSING ]: Name resolution (IPv6) using a random blocked domain and a known ad-serving domain
[✓] adsrv.adplus.co.id is :: on lo (::1)
[✗] Failed to resolve adsrv.adplus.co.id on eth0 (2a02:120b:c3ea:6d00:4d51:188e:1bf3:83bc)
[✗] Failed to resolve adsrv.adplus.co.id on eth0 (fe80::2518:9dcf:9b10:6a69)
[✓] No IPv6 address available on wlan0
[✓] No IPv6 address available on wg0
[✓] doubleclick.com is 2a00:1450:400a:801::200e via a remote, public DNS server (2001:4860:4860::8888)`
I also noticed that although I'm using unbound, the address in /etc/resolv.conf
is 1.1.1.1
Debug Token:
https://tricorder.pi-hole.net/EXGILXXU/
Thank you in advance for your help.