readme file changes

This commit is contained in:
alexsannikov 2020-04-29 16:42:13 -04:00
parent f7d0a7550a
commit 3b438a175d

View File

@ -1,18 +1,24 @@
# adguardhome-filters
Filter lists revised for use with AdGuard Home:
- cleaned-up from "localhost/broadcast" lines;
- cleaned-up from pure IP-addresses records as per RFC952;
- 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;
- some improvements added to domains lists.
Filter lists prepared for use with AdGuard Home:
`
* - cleaned-up from "local/localhost/broadcast/etc." lines;
* - cleaned-up from IPv4 and IPv6 addresses only as per RFC952;
* - 127.0.0.1 and 0.0.0.0 are replaced to || (any sub-domains, supported by AdGuard Home);
* - extensions files are left unmerged for independent use;
* - all sub-domains are removed if upper-level domain already presented;
* - adult TLDs are fully blocked;
* - some improvements added to domains lists.
`
Files are compatible with AdGuard Home DNS filtering system.
Sources:
## Sources:
`
1. StevenBlack repo (https://github.com/StevenBlack/hosts);
2. RuAdList + EasyList repo by Schakal (https://schakal.ru/hosts/alive_hosts.txt).
`
RuAdList file compared with all StevenBlack files. All matching lines removed.