adguardhome-filters/README.md

29 lines
1.1 KiB
Markdown
Raw Normal View History

2019-03-04 20:47:16 +00:00
# adguardhome-filters
2019-10-16 00:28:33 +00:00
Filter lists revised for use with AdGuard Home:
2019-03-04 20:47:16 +00:00
2019-10-16 00:28:33 +00:00
- cleaned-up from "localhost/broadcast" lines;
2019-06-21 14:32:21 +00:00
- cleaned-up from pure IP-addresses records as per RFC952;
2019-10-16 00:28:33 +00:00
- 127.0.0.1 and 0.0.0.0 replaced to || (supported by AdGuard Home);
- extensions are left unmerged for independent use;
- all sub-domains are removed if upper-level domain already presented;
- adult TLDs are fully blocked;
2019-06-19 13:44:59 +00:00
- some improvements added to domains lists.
2019-03-04 20:47:16 +00:00
2019-10-16 00:28:33 +00:00
Files are compatible with AdGuard Home DNS filtering system.
2019-04-24 16:10:21 +00:00
Sources:
1. StevenBlack repo (https://github.com/StevenBlack/hosts);
2. RuAdList + EasyList repo by raletag (http://cdn.raletag.gq/rueasyhosts.txt).
2019-10-15 22:36:14 +00:00
2019-10-16 00:28:33 +00:00
RuAdList file compared with all StevenBlack files. All matching lines removed.
2019-10-15 22:36:55 +00:00
2019-10-15 22:38:04 +00:00
2019-Oct-15
WARNING! raletag's resource is currently unavailable!
RuAdlist + EasyList file left as it was on 2019 September 25th.
2019-10-16 00:28:33 +00:00
I am planning to move all files from "extensions" folder to root one.
For some migration time (~1 month roughly) extension files will be in both directories.
Please don't forget to update filters' sources.
After that period files will be in their permanent place only.