Ads should be blocked and blacklisted domains should either not be loading or showing the pihole block page.
Raspberry Pi OS 32bit
Raspberry Pi3B
DCHP Server enabled
Actual Behaviour:
Ads and blacklisted domains are loading, added some social network and pornography sites to test, none are being blocked nor are ads such as traffic junky. Tested on multiple devices with cache cleared on browser and device, tested group settings by adding clients to groups and set adlists and blacklist/whitelist to test group.
Checked query log to find that blacklisted sites are being listed as having been blocked but only momentarily, page brings up DNS server error followed by IP server error then the page proceeds to load.
Under my previous install of Rasbian Buster and Pihole 4 everything was working fine, I am uncertain if blocking is working properly now.
Anything that is blacklisted once opened will be momentarily be blocked, browser shows two error pages, a DNS error and then an IP error then the page loads. The only ads off hand that I know that I can test quickly are traffic junky ads on pornhub, not being blocked since updating.
The client from which you ran the nslookup command is not using Pi-hole for DNS resolution, it is using Google DNS. Do you have Google DNS set as a DNS option in your router or on that client? Or, was this command run from the Pi that is hosting Pi-hole?
This is providing a DNS bypass around Pi-hole. Clients are free to use any DNS available.
From a client that you believe should be connected to the Pi-Hole for DNS, from the command prompt or terminal on that client (and not via ssh or Putty to the Pi), what is the output of
This is where we need the output -we've already seen the output from the Pi. You would not expect Google DNS to be able to resolve the IP of your local Pi-hole. The problem may lie in the client. On this client, what is the output of ipconfig /all
Removing Google DNS as secondary DNS from the router and the client has stopped the pages from connecting but doesn't show the pihole blocked page and traffic junky ads are still appearing despite being on a a blocklist. Doing the same on android devices has the same effect as on Windows previously did, the android pages are momentarily blocked before loading.
That's the ipv6 provided by pihole during installation, I added that to test to see if it made any difference which I've now removed.
Traffic junky ads are on pornhub, the domain for those ads which is on a few of my blocklists is trafficjunky.net
How can I change blocking mode, I prefer to have the block page appear if I'm working at a family client, I never changed the blocking mode before but had access to the pihole blocked page.
This output shows that Pi-hole blocked the domain. If the browser on that client is getting ads from that domain, the domain is being resolved by a DNS server other than Pi-hole.
Does the browser on that client have specific DNS settings, in particular DNS over HTTPS or any DNS redirection?
Not that I know of, all I did was upgrade Rasbian to Pi OS and install Pihole 5, all settings on all devices have not changed. Pihole has worked well on multiple install through out multiple Rasbian and Pihole versions until now.
From what you have shown in your outputs, Pi-hole is blocking that domain as requested. So, it does not appear to be a Pi-hole problem. You have asked Pi-hole to block this domain, and it has done that.