We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#25
The text was updated successfully, but these errors were encountered:
@thb007 could you please show the configuration file as well?
Sorry, something went wrong.
{ "name": "dns", "description": " rules include adgk, adg-kall, AdGuard DNS filter " , "homepage": "https://xxx", "sources": [ { "name": "adg-kall", "source": "https://www.xxx.com/adg-kall.txt", "type": "hosts", "transformations": ["RemoveComments", "Compress","RemoveModifiers","Validate","Deduplicate"] }, { "name": "AdGuard DNS filter", "source": "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt", "type": "hosts", "exclusions_sources": ["../global_exclusions.txt"], "transformations": ["RemoveComments", "Compress","RemoveModifiers","Validate","Deduplicate"] }, { "name": "adgk手机去广告规则", "source": "https://xxx/ADgk.txt", "type": "hosts", "transformations": ["RemoveComments", "Compress","RemoveModifiers","Validate","Deduplicate"] } ], "transformations": ["RemoveComments", "Compress","RemoveModifiers","Validate","Deduplicate"], "exclusions_sources": ["../global_exclusions.txt"] }
maximtop
No branches or pull requests
#25
The text was updated successfully, but these errors were encountered: