Hacker News new | ask | show | jobs
by grier 2867 days ago
So it's fine to trust cloudflare "blindly" with the same data?

(I agree that for privacy DNS over https is good, but the resolver still sees your dns queries)

1 comments

Don't trust any corporation. It is unbelivable simple to install dnscrypt-proxy 2 [1] and use DNS crypt.

Dnscrypt-proxy spreads your queries across multiple servers and keeps them private.

If you can afford consider running dnscrypt server yourself. [2]

[1] https://github.com/jedisct1/dnscrypt-proxy

[2] https://github.com/jedisct1/dnscrypt-proxy/wiki/How-to-setup...