Websites from blocklist aren't being blocked

Please follow the below template, it will help us to help you!

Expected Behaviour:

I have a couple of websites that I want to have blocked from certain devices. I had the clients in groups, and then the groups assigned to domains. At one point the blocking was working, but when I went to add a new site today I noticed none of the blocking was working. The client I am testing from does only show 1 dns server, and I have flushed the dns cache (more than once), as well as restarted Pihole.

I am sure this is something small and stupid that I missed, but I would appreciate any assistance you can give me.

Actual Behaviour:

Sites are not being blocked as they previously were on target machine.

Debug Token:

Your debug token is: https://tricorder.pi-hole.net/le3431rcoc

Which set of domain blocks are you referring to, and on which of your devices?

*** [ DIAGNOSING ]: Domainlist (0/1 = exact white-/blacklist, 2/3 = regex white-/blacklist)
   id    type  enabled  group_ids     domain                                                                                                date_added           date_modified        comment                                           
   ----  ----  -------  ------------  ----------------------------------------------------------------------------------------------------  -------------------  -------------------  --------------------------------------------------
   3      1          1  1             heroes-wb.nextersglobal.com                                                                           2021-04-13 01:32:11  2021-04-13 01:32:21                                                    
   4        3        1  2             (\.|^)googlevideo\.com$                                                                               2021-05-19 22:36:59  2021-05-19 22:37:19  Youtube                                           
   5        3        1  2             .*youtu\.?be.*                                                                                        2021-05-19 22:37:14  2021-05-19 22:37:23  Youtube                                           
   6        3        1  1             (\.|^)urbandictionary\.com/$                                                                          2021-06-11 15:02:46  2021-06-11 15:18:19

Also, for your iPhone, you have not entered the IP of the device, but have entered a local domain name for the device.

I just checked the youtube blocks, and they are working. The other two are not though (urbandictionary and nexterglobal), when accessed via the laptop. I also tried to access urbandictionary via the iphone and it did not block it there.

So domain 3 and 6 aren't working on either device. Domains 4 and 5 are working on the iPhone.

The regex (\.|^)urbandictionary\.com/$ does not pass a syntax check at https://regex101.com.

If you enter urbandictionary.com in Pi-hole as a wildcard domain, Pi-hole produces this regex which is valid:

(\.|^)urbandictionary\.com$

From the terminal or command prompt on the laptop, what are the outputs of the following commands:

nslookup pi.hole

nslookup heroes-wb.nextersglobal.com

nslookup flurry.com 192.168.13.2

okay that fixed the Urbandictionary. I had just copy/pasted the url in there and forgot to remove the trailing / before saving. As for the other question the results are below. I think I may have answered my own question though. the heroes-wb and hero-wars.com are essentially the same site (I think the nextersglobal one is where the actual game file is served from). Pi-hole can't block IP's though correct, so I would need to add a second entry to block hero-wars.com?

C:\>nslookup pi.hole
Server:  pihole
Address:  192.168.13.2

Name:    pi.hole
Address:  192.168.13.2

C:\>nslookup heroes-wb.nextersglobal.com
Server:  pihole
Address:  192.168.13.2

Name:    heroes-wb.nextersglobal.com
Addresses:  ::
          0.0.0.0

C:\>nslookup hero-wars.com
Server:  pihole
Address:  192.168.13.2

Non-authoritative answer:
Name:    hero-wars.com
Address:  18.200.3.232


C:\>nslookup flurry.com 192.168.13.2
Server:  pihole
Address:  192.168.13.2

Non-authoritative answer:
Name:    flurry.com
Addresses:  98.136.103.23
          74.6.136.150
          212.82.100.150

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