DNSCrypt / dnscrypt-server-docker

A Docker image for a non-censoring, non-logging, DNSSEC-capable, DNSCrypt-enabled DNS resolver
https://dnscrypt.info
ISC License
670 stars 135 forks source link

Remove caching ability #77

Closed modem7 closed 4 years ago

modem7 commented 4 years ago

Hey guys,

With this particular container, is there any way to remove the caching ability? I have a cache already on pihole, so dual cache seems a bit redundant.

I don't intend to have this container external, just for my internal network, would this be suitable or would another container (e.g. gists/dnscrypt-proxy) be more suitable?

Thanks!

jedisct1 commented 4 years ago

unbound needs a bit of cache to work, as it is a recursive resolver, configured to gets its information starting from root servers.

The cache in clients is not redundant. Clients caches usually only see and store the final response, not intermediary ones.

If this is just for your internal network, you'd better use dnscrypt-proxy.