We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/dnscrypt-proxy/example-blocked-names.txt
This one checks domain name AND resolved CNAMEs. For example if there is "ads.com" listed:
domain name
resolved CNAME
target-ads.example.com CNAME cdn1.gateway.com cdn1.gateway.com CNAME adcdn.ads.com <----------------- adscdn.ads.com CNAME wildadservice.com wildadservice.com A 1.2.3.4
Then this will return 0.0.0.0/::0.
https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/dnscrypt-proxy/example-blocked-names.txt
This one checks
domain nameANDresolved CNAMEs. For example if there is "ads.com" listed:Then this will return 0.0.0.0/::0.