AdGuard Home filter lists converted from hosts files
Go to file
alexsannikov 4e3d56372c 2019-Apr-20/Sat/00:15 2019-04-20 00:15:02 -04:00
extensions 2019-Apr-19/Fri/23:43 2019-04-19 23:43:15 -04:00
LICENSE Initial commit 2019-03-04 10:12:44 -05:00
README.md Update README.md 2019-04-16 21:25:44 -04:00
admalware.txt 2019-Apr-19/Fri/19:34 2019-04-19 19:34:16 -04:00
user-defined.txt 2019-Apr-20/Sat/00:15 2019-04-20 00:15:02 -04:00

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.