-
Hello everyone! I've been using your project for years now and love all the effort. Thank you! Recently I figured I'd want to start using sinkhole approach for adblocking in my home network. I've discovered various projects to achieve this: PiHole, AdGuardHome and blocky. However I know that there is a blacklist feature in dnscrypt-proxy which seems like it could be used for the same purpose. My question is: is it wise to use dnscrypt-proxy for that purpose? Maybe it's not designed to do it? Maybe performance will degrade too much if I use some huge 200k lines blacklists? Basically are there any significant trade-offs involved? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Yes, using In addition to exact matching, There's even a tool that can partially simplify lists for you, to avoid redundant rules: https://github.com/DNSCrypt/dnscrypt-proxy/tree/master/utils/generate-domains-blocklist Also see: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Yes, using
dnscrypt-proxy
for ad blocking (and other categories of content filtering such as malware, trackers, etc) is very common, and having 200k lines blacklist is fine.In addition to exact matching,
dnscrypt-proxy
supports pattern matching, so very large lists are usually not necessary.There's even a tool that can partially simplify lists for you, to avoid redundant rules: https://github.com/DNSCrypt/dnscrypt-proxy/tree/master/utils/generate-domains-blocklist
Also see: