Own Blacklist isnt Loading?

Hi Guys, i just installed Pi-Hole! (on a BananaPro)

I would like to add my own Blacklist so i did the following:

in /etc/pihole i renamed adlists.default to adlists.list and added a line with my Blacklist URL
https://raw.githubusercontent.com/masterholdy/Blacklist/master/blacklist.txt

Now my adlist.list looks like this:
http://pastebin.com/geX4QcQN

Then i wrote pihole - g

Result:
http://pastebin.com/ZzgF1q2n

And i added a Page i dont Like just for fun (bild.de) and i still can visit it so i guess my whole list isnt loading.

Could you help me?

Edit:
Im using a Banana Pro with Raspbian
PiHole is Blocking most of the Ads so the DNS should work
I set the DNS-Server Settings in my Router to the Banana Pro IP

Edit-2:
[Webinterface] Tools => Queredy adlists
I searched for bild.de
Result:
http://pastebin.com/6MPj91E7
There was no match for bild.de without stuff "infront of it"

Sorry for my bad English

Can you generate a debug log for us using

pihole -d

agree to upload the log and provide the token?

::: Your debug token is : 8hg2ga3tu2

How did you try to add bild.de?

From your debug log I see:

Detecting existence of /etc/pihole/blacklist.txt:

/etc/pihole/blacklist.txt not found!

However, your pastebin says:

::: Blacklisting 28714 domains... done!

Does that number sound plausible to you?

Just looked over the debug log, and it's missing the Pi-hole information with dnsmasq. Can you post up the results from the following command:

ls -lach /etc/dnsmasq.d

root@lemaker:~# ls -lach /etc/dnsmasq.d
total 16K
drwxr-xr-x 2 root root 4.0K Feb 15 18:49 .
drwxr-xr-x 109 root root 4.0K Feb 16 23:17 ..
-rw-r--r-- 1 root root 1.5K Feb 15 18:49 01-pihole.conf
-rw-r--r-- 1 root root 211 Feb 15 18:48 README

i add bild.de in my
https://raw.githubusercontent.com/masterholdy/Blacklist/master/blacklist.txt
0.0.0.0 bild.de

I removed my blacklist.txt and then
pihole -g
Result: :::::: Neutrino emissions detected...:::::: Custom adList file detected. R - Pastebin.com
Then startet PiHole again and i can still visit bild.de

if im searching for bild.de via Query adlists i even find it:
::: /etc/pihole/list.9.raw.githubusercontent.com.domains (7 results)
0.0.0.0 agroluftbild.de
0.0.0.0 bild.de
0.0.0.0 kinoprogramm.bild.de
0.0.0.0 ms.computerbild.de
0.0.0.0 pixel.bild.de
0.0.0.0 rem-track.bild.de
0.0.0.0 webcam-bild.de

Do you have a secondary DNS server listed for the clients? And does the admin interface work for you, it looks like the PHP engine is not working from the debug logs.

i set pi hole dns as first and second dns in my router (fritz.box) and in the dashboard all the numbers (ofc. except domains being blocked) are raising constantly, so yes i think so :slight_smile:

i updated the list because it stoped pi hole blocking again and this is the latest "update log"

i dont know if this helps but:

Ah, that's because www.bild.de is different than bild.de, in the eyes of DNS. So you need to blacklist www.bild.de or wildcard blacklist the entire bild.de domain.

how do i wildcard blacklist my entire
https://raw.githubusercontent.com/masterholdy/Blacklist/master/blacklist.txt

It is not supported nor possible to use such a big list for wildcard blocking. It would just kill your Pi-hole (you would need really powerful hardware if you would wildcard blacklist all of them). Look at the web UI -> Blacklist page to add wildcard blocks.

the thread can be closed ty