Pi-Hole Adlists added via updatelists script not being blocked

Hello, my pi-hole is not blocking domains added trough the updatelists script by Jacklul, groups are the correct ID, the adlists are showing on the web interface and the gravity db is updating. Seems like only the default list is working.

The script itself doesn't change any default config, it only advise to comment a system job that update de gravity db, since it comes with a cron job that calls pihole -g .

First I thought it was because the the petition was going trough ipv6 but in my logs its answering ipv4 of the same sites.

Raspberry pi3v1.2, RpiOS 64bits

Pi-Hole with Unbound, DNS Over TLS, Updatelists script by Jaklul.

Here is the output of my pihole -d
https://tricorder.pi-hole.net/r7vK9DBH/

All but the default adlist are assigned to groups 1, 2 or 3. Only the default adlist is assigned to the default group.

But, you have no clients assigned to any group other than the default group. As a result, only the default adlist is in effect - the others are in empty groups.

   id    enabled  name                                                date_added           date_modified        description                                       
   ----  -------  --------------------------------------------------  -------------------  -------------------  --------------------------------------------------
   0           1  Default                                             2022-08-05 19:36:56  2022-08-05 19:36:56  The default group                                 
   1           1  Firebog Tick                                        2022-08-05 20:48:06  2022-08-05 20:48:17  Firebog (tick)                                    
   2           1  Firebog Other                                       2022-08-05 21:18:09  2022-08-05 21:18:09  Firebog Other                                     
   3           1  AnudeepND Addlist                                   2022-08-05 21:44:12  2022-08-05 21:44:12  anudeepND Addlist                                 

*** [ DIAGNOSING ]: Domainlist (0/1 = exact white-/blacklist, 2/3 = regex white-/blacklist)

*** [ DIAGNOSING ]: Clients

*** [ DIAGNOSING ]: Adlists
   id     enabled  group_ids     address                                                                                               date_added           date_modified        comment                                           
   -----  -------  ------------  ----------------------------------------------------------------------------------------------------  -------------------  -------------------  --------------------------------------------------
   1            1  0             https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts                                      2022-08-05 19:36:56  2022-08-05 19:36:56  Migrated from /etc/pihole/adlists.list            
   2            1  1             https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt                      2022-08-05 20:50:13  2022-08-05 20:50:13  Firebog (tick)                                    
   3            1  1             https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts                         2022-08-05 20:50:13  2022-08-05 20:50:13  Firebog (tick)                                    
   4            1  1             https://v.firebog.net/hosts/static/w3kbl.txt                                                          2022-08-05 20:50:13  2022-08-05 20:50:13  Firebog (tick)                                    
   5            1  1             https://adaway.org/hosts.txt                                                                          2022-08-05 20:50:13  2022-08-05 20:50:13  Firebog (tick)                                    
   6            1  1             https://v.firebog.net/hosts/AdguardDNS.txt                                                            2022-08-05 20:50:13  2022-08-05 20:50:13  Firebog (tick)                                    
   7            1  1             https://v.firebog.net/hosts/Admiral.txt                                                               2022-08-05 20:50:13  2022-08-05 20:50:13  Firebog (tick)                                    
   8            1  1             https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt
...

Thank you, you are right I didn't assigned any client to the lists.

Also, I tried adding ":eth0" to the client lists, but only the traffic on pc connected trough ethernet was being blocked, my phone (wifi) wasn't blocked. Settup is (wifi & eth) -> router -> rpi

It worked by using the ip subnet, am I missing something? Config is on listening on eth0.

Thank you so much!

Since you have all clients connected to all groups (thus no difference in any of the clients), why not just eliminate your groups and client assignments, and keep all of your adlists and clients in the default group?

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