adguardhome-filters/README.md

27 lines
595 B
Markdown
Raw Normal View History

2019-03-04 20:47:16 +00:00
# adguardhome-filters
Hosts lists from Steven Black (https://github.com/StevenBlack/hosts)
2019-04-17 01:25:44 +00:00
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;
2019-03-04 20:47:16 +00:00
2019-03-04 20:47:34 +00:00
Files are used for AdGuard Home DNS filtering.
2019-03-06 04:35:55 +00:00
2019-04-17 01:25:44 +00:00
P.S. Looking for the intellectual algorithm to translate easily multiple hostname records
2019-03-06 04:35:55 +00:00
to one line accordingly to general AdBlock rules set, i.e.
2019-03-06 04:47:55 +00:00
2019-04-17 01:25:44 +00:00
www1.abc.com
extra.abc.com
external.www.abc.com
pictures.domain.com
pictures1.domain.co.nz
pic-tures.domain.net.site
2019-03-06 04:47:55 +00:00
2019-03-06 04:35:55 +00:00
to
2019-03-06 04:47:55 +00:00
2019-03-06 04:35:55 +00:00
||abc.com*^
2019-04-17 01:25:44 +00:00
||domain.*^
2019-03-06 04:47:55 +00:00
2019-03-06 04:35:55 +00:00
or similar.