Please follow the below template, it will help us to help you!
Hey Guys,
i just set up a fresh Raspbian Stretch (latest June 2018)/Raspberry Pi 3B+ and installed Pi-Hole. After that i followed the guide
to install unbound with Pi-Hole.
Expected Behaviour:
PiHole just resolves urls with the root servers and builds its own cache. Secured with DNSSEC, but maybe slower (its okay for first visit of a uncached site)
Actual Behaviour:
Pi-Hole itself works fine. I can browse without ads like usually (without unbound).
But the OS (Raspbian Stretch) cant establish an internet connection/ resolve urls. Ping does work (ping 1.1.1.1 for example). But resolving urls like for update blacklists "pihole -g" or even "sudo update" or "wget" does not work.
Does anyone know what to do?
I already had a look at “/etc/resolv.conf”. The Nameserver/DNS in there is “127.0.0.1” (without an Port, Unbound is normally 5353 in the guide, right? Maybe i have to change that?).