1 Domains on Blocklist

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

Expected Behaviour:

I have 3 pi-hole servers but one of them has weird problem.
It should have around 1.6M of domains on my blocklist like the rest of the server.
This one has onle 1 Domains on Blocklist. Already restarted the server. Executed "pihole -r".
It also taking too long while updating.

Actual Behaviour:

Debug Token:

debug token is: ayojr7t3p4

Your gravity list is empty. Your debug log shows that Pi-Hole cannot resolve DNS queries from it's own DNS, but can using an external DNS. So, it can't get on the internet for the updates.

*** [ DIAGNOSING ]: Name resolution (IPv4) using a random blocked domain and a known ad-serving domain
[✗] Failed to resolve  via localhost (127.0.0.1)
[✗] Failed to resolve  via Pi-hole (10.125.166.47)
[✓] doubleclick.com is 172.217.26.78 via a remote, public DNS server (8.8.8.8)

Set the name server for the Pi to an external DNS as follows and gravity should rebuild:

sudo nano /etc/resolv.conf

Change 127.0.0.1 to 1.1.1.1, save and exit

pihole -g

The blocklists to which you subscribe (as shown in your debug log) should result in about 130,000 domains blocked, not 1.6 million.

-rw-r--r-- 1 root root 381 Oct 16 16:48 /etc/pihole/adlists.list
   https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
   https://mirror1.malwaredomains.com/files/justdomains
   http://sysctl.org/cameleon/hosts
   https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
   https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
   https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
   https://hosts-file.net/ad_servers.txt
2 Likes

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