adguard-hoax-sites-list

AdGuardHome DNS Hoax Sites Filter List

Update list

What Is This?

This is a DNS blocklist that can be used for AdGuardHome. (Does not work with Pi-hole)

This list combines many lists, including the default lists from AdGuardHome, into one single list, so you don’t have to add countless lists to your AdGuardHome, but just this one.

How Can I Use It?

Pretty simple, copy this link and add it to your AdGuardHome DNS blocklists.

https://filippobuletto.github.io/adguard-hoax-sites-list/blocklist.txt

Which Lists Are Combined Here?

Which lists I’m using here, you can see in hostlist compiler configuration » click here «

Do You Curate the Lists?

Yes: https://github.com/filippobuletto/pihole-hoax-sites-list

How Often Is This List Updated?

Once a month

Last Words

If you want to create your own combined list, feel free to fork this repository and change the hostlist compiler configuration I included to start your own voyage. To compile the hostlist use AdGuard’s HostlistCompiler.

Build instructions

Build the container

docker build -t hostlist-compiler - < Dockerfile

Remove old list

rm blocklist.txt

Build new list

docker run --rm -it --init -v $(pwd):/config hostlist-compiler -c /config/hostlist-compiler-config.json -o /config/blocklist.txt
wc -l blocklist.txt && head blocklist.txt

Kudos

Original idea: https://github.com/ppfeufer/adguard-hoax-sites-list