https://github.com/AdguardTeam/AdGuardHome/issues/1026#issuecomment-551078519
Here's what we need to do:
Here is how this script should analyze a rule.
third-party3palldocumentemptyimportant, badfilterIsn't it good to integrate this to adguard home?
Tbh, I don't want people to blindly add browser blocker's lists to AdGuard Home, that's why I want to have a separate tool.
It is targeted at filter lists maintainers who wish to provide hosts blocklists that reuse parts of traditional filter lists.
Got it ^_^
It also would be useful to have a script which converts hosts-based file into DNS-level compatible list.
For myself I am using now scary mix of shell scripting and Python.
This script must be able:
maybe this script https://github.com/mmotti/adguard-home-filters/tree/master/generator
Here it is:
https://github.com/AdguardTeam/HostlistCompiler
Most helpful comment
It also would be useful to have a script which converts hosts-based file into DNS-level compatible list.
For myself I am using now scary mix of shell scripting and Python.
This script must be able:
I have all but 4 (except that I re-invented wheel by the very ugly way) :)