Did you add that whole thing to your blacklist, instead of the adlists? You should add adlists to /etc/pihole/adlists.list (after following the directions in /etc/pihole/adlists.default). You can use this url (as long as the paste stays up): http://pastebin.com/raw/sq81V4xz
Thanks for your reply.
I thought I was using the default lists, but it is highly likely that I misconfigured something.
what I did was cp /etc/pihole/adlists.default /etc/pihole/adlists.list
then add at the very end the lists I found here
@DL6ER here is the output of the command you requested $ pihole -q googleadservices.com -exact ::: /etc/pihole/list.0.raw.githubusercontent.com.domains (1 results) 0.0.0.0 googleadservices.com ::: /etc/pihole/list.1.mirror1.malwaredomains.com.domains (0 results) ::: /etc/pihole/list.2.sysctl.org.domains (0 results) ::: /etc/pihole/list.3.zeustracker.abuse.ch.domains (0 results) ::: /etc/pihole/list.4.s3.amazonaws.com.domains (0 results) ::: /etc/pihole/list.5.s3.amazonaws.com.domains (0 results) ::: /etc/pihole/list.6.hosts-file.net.domains (1 results) 127.0.0.1 googleadservices.com ::: /etc/pihole/list.7.raw.githubusercontent.com.domains (0 results) ::: /etc/pihole/list.preEventHorizon (1 results) googleadservices.com ::: /etc/pihole/blacklist.txt (1 results) googleadservices.com
Indeed, it seems that googleadservices.com was already in several lists.
As I said though, to be honest it is possible that I had misconfigured something before, or that I didn't wait long enough for all the changes to propagate correctly.
About the domain wix.com
is there a way for it to be included in any of the lists here? what is the intended workflow if I discover a domain that wasn't on any list, and would like it to be included?
We don't maintain a blacklist, but you can add them (as you have already!) to your own blacklist, and if you think it would be useful to anyone else, then you can edit them into the OP of this thread.
In my understanding, r{N..M}... is basically a recursive (repeating) function. Bash is basically writing:
rN...
rN+1...
...
rM-1...
rM...
where N is the initial value for the loop and M is the end.
From what I've noticed, the domains start from r1... and only goes up to r20... and I've only encountered three major variations for the google video domain. There might be more depending on where you are in the world.
I've tried using wildcard by using address=/.googlevideo.com/piholeIP
but youtube won't even try to load any videos afterwards.
I've used Whitelist Assistant by DNSThingy Chrome extension to see the domains that the adlists doesn't seem to cover. Feel free to do this too.