eLVee1991 / youtubeblock

Search the pihole logs for youtube advertisement urls and add them to the blocklist.
25 stars 5 forks source link

Odd domain name list in blocklist.txt #1

Closed Tntdruid closed 5 years ago

Tntdruid commented 6 years ago

See load of this:

r2.sn-5hne6nsk.googlevide r5---sn-5hne6nsd.googlevi r4.sn-5hne6nlk.googlevide r5---sn-5hnedn7s.googlevideo r5.sn-5hnedn7s.googlevide r5---sn-5hne6nsd.googlevideo r5.sn-5hne6nsd.googlevide r5---sn-5hne6n7e.googlevi r2.sn-un57en7l.googlevide --sn-5hne6nsy.googlevideo.com fr r2---sn-un57en7l.googlevi r5---sn-5hnedn7s.googlevi r4.sn-h5q7dnlk.googlevide r4---sn-5hnekn76.googlevideo r6---sn-5hnedn7s.googlevideo r6.sn-5hnedn7s.googlevide r6.sn-5hnednlk.googlevide r5---sn-5hne6n7e.googlevideo r2---sn-un57en7l.googlevideo r1---sn-p5qlsns6.googlevi r4---sn-5hne6ns6.googlevideo r4.sn-5hne6ns6.googlevide r2---sn-5hne6nsk.googlevi r3---sn-5hne6nlr.googlevi r4---sn-5hne6ns6.googlevi r3---sn-5hne6nsk.googlevideo r1.sn-p5qlsns6.googlevide r1.sn-5hnekn7z.googlevide r3.sn-5hne6nsk.googlevide r6---sn-5hnedn7s.googlevi r4---sn-h5q7dnlk.googlevideo r4---sn-5hnekn76.googlevi r2---sn-5hnednlk.googlevi r6---sn-5hnednlk.googlevi r3---sn-5hne6nlr.googlevideo r1.sn-5hne6nsy.googlevideo.com f r3.sn-5hne6nlr.googlevide r4.sn-5hnekn76.googlevide r4---sn-h5q7dnlk.googlevi r1---sn-f5f7ln7s.googlevi r1---sn-5hnekn76.googlevi r1---sn-5hnekn76.googlevideo r4---sn-5hne6nlk.googlevi r3---sn-5hne6nsk.googlevi r1---sn-p5qlsns6.googlevideo r1---sn-f5f7ln7s.googlevideo r1---sn-5hne6nsy.googlevideo.com r4---sn-5hne6nlk.googlevideo r2.sn-5hnednlk.googlevide r1.sn-5hnekn76.googlevide r1---sn-5hnekn7z.googlevi r5.sn-5hne6n7e.googlevide r2---sn-5hne6nsk.googlevideo r1---sn-5hnekn7z.googlevideo r6---sn-5hnednlk.googlevideo r2---sn-5hnednlk.googlevideo

eLVee1991 commented 6 years ago

I'll check it out this weekend. Haven't happened to me yet. I'll play around the sorting.

Tntdruid commented 6 years ago

Thanks, have a great weekend 😄

volpeandrew commented 6 years ago

I have the exact same issue and I think I made a solution. Replace the line out_file.write(line[65:97]+"\n") with

thisline = line.split("A] ")
thisline = thisline[1].split(" from")
out_file.write(thisline[0]+"\n")

in youtubeblock.py

That will correctly extract just the domain from the line no matter what position it's in.

Tntdruid commented 6 years ago

getting this now:

File "youtubeblock.py", line 109 thisline = thisline[1].split(" from") ^ IndentationError: unexpected indent

volpeandrew commented 6 years ago

Python requires you to get the indents right which can be confusing. I made a fork with the changes here, you can just grab the whole file: https://github.com/volpeandrew/youtubeblock/blob/master/youtubeblock.py

Tntdruid commented 6 years ago

Thanks

Edit

Still see domains like r4.sn-5hne6n7e.googlevid

eLVee1991 commented 6 years ago

The problem should be fixed in the newly uploaded code.

Tntdruid commented 6 years ago

Still getting:

r1---sn-5hne6n7e.googlev r1---sn-5hne6n7e.googlevide r1---sn-5hne6n7l.googlevi r1---sn-5hne6n7l.googlevideo r1---sn-5hne6n7s.googlevide r1---sn-5hne6n7s.googlevideo.c r1---sn-5hne6nlk.googlevi r1---sn-5hne6nlk.googlevideo r1---sn-5hne6nlk.googlevideo.com r1---sn-5hne6nlr.googlevi r1---sn-5hne6nlr.googlevideo r1---sn-5hne6ns6.googlevi r1---sn-5hne6ns6.googlevideo.com r1---sn-5hne6nsy.googlev r1---sn-5hne6nsy.googlevide r1---sn-5hne6nsz.googlevi r1---sn-5hne6nsz.googlevideo r1---sn-5hnedn7l.googlevideo.com r1---sn-5hnedn7s.googlevi r1---sn-5hnedn7s.googlevideo r1---sn-5hnednlk.googlevideo.com r1---sn-5hnednlr.googlevi r1---sn-5hnednlr.googlevideo

eLVee1991 commented 6 years ago

Can you empty the blocklist and try again?

Tntdruid commented 6 years ago

Did that, now i get

[+] Checking all dns requests for YouTube queries. [+] Checking for youtube fingerprint.. [+] Done checking requests. [+] Sorting urls.. [+] Done sorting urls for queries. [+] Sorting for unique urls and adding to list 'blocklist.txt'.. [+] Done adding to blocklist. [+] Adding contents of blocklist to pihole. [i] Adding from to blacklist... [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove!

[i] Using cached Event Horizon list... [i] 616872 unique domains trapped in the Event Horizon [i] Number of blacklisted domains: 135 [i] Number of regex filters: 0 [✓] Parsing domains into hosts format [✓] Cleaning up stray matter

[✓] Force-reloading DNS service [✓] DNS service is running [✓] Pi-hole blocking is Enabled [+] Done adding to pihole. [+] Finished.

eLVee1991 commented 6 years ago

This means the domains in the blocklist (most of them) are already added to the pihole blacklist. This is how the scripts works for now. I'm currently working on a fix that will take care of domains that are already added to the pihole.

Tntdruid commented 6 years ago

Get the same on my test pihole, never used the script there before

eLVee1991 commented 6 years ago

Thanks for the info. I'l check that out this week. I think I know where the problem is coming from.

eLVee1991 commented 6 years ago

Can you try again now?

Tntdruid commented 6 years ago

same as before:

[i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add! [i] from does not exist in whitelist, no need to remove! [i] from already exists in blacklist, no need to add!

eLVee1991 commented 6 years ago

Less or still the same amount?

Tntdruid commented 6 years ago

same amount as before

eLVee1991 commented 6 years ago

I added a check to see if it is already added to the pihole. Can you try again now?

eLVee1991 commented 6 years ago

It seems to be running smoothly from my part now.

Tntdruid commented 6 years ago

Works so far, will do some more testing

eLVee1991 commented 6 years ago

Thanks a lot. Let me know if you run into any problems.