AdGuard Home filter lists converted from hosts files
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
alexsannikov f6e13cd2cf 2019-Apr-19/Fri/19:34 7 years ago
extensions 2019-Apr-19/Fri/03:25 7 years ago
LICENSE Initial commit 7 years ago
README.md Update README.md 7 years ago
admalware.txt 2019-Apr-19/Fri/19:34 7 years ago
user-defined.txt 2019-Apr-16/Tue/21:20 7 years ago

README.md

adguardhome-filters

Hosts lists from Steven Black (https://github.com/StevenBlack/hosts)

cleaned-up from "localhost" records;
127.0.0.1 and 0.0.0.0 replaced to ||;
extensions are left unmerged;
left most top-domain only;

Files are used for AdGuard Home DNS filtering.

P.S. Looking for the intellectual algorithm to translate easily multiple hostname records to one line accordingly to general AdBlock rules set, i.e.

www1.abc.com
extra.abc.com
external.www.abc.com
pictures.domain.com
pictures1.domain.co.nz
pic-tures.domain.net.site

to

||abc.com*^
||domain.*^

or similar.