getumbrel / umbrel-os

umbrelOS for Raspberry Pi 4 (only). Covert your Raspberry Pi into a home server in one click. For other hardware, checkout https://github.com/getumbrel/umbrel
https://umbrel.com
BSD 3-Clause "New" or "Revised" License
586 stars 55 forks source link

Replace Google's DNS with Cloudflare #172

Closed x775 closed 2 years ago

x775 commented 3 years ago

Given the nature of this project, opting for Cloudflare's privacy-first 1.1.1.1 (1.0.0.1) DNS [0] above Google's seems reasonable.

Additionally, per DNSPerf, 1.1.1.1, is significantly faster than Google's [1].

[0] https://1.1.1.1/dns/ [1] https://www.dnsperf.com/#!dns-resolvers

HenryWait commented 3 years ago

Wouldn't quad 9 DNS be more appropriate? 9.9.9.9 blocks cyberthreats and known malware. https://www.quad9.net/

AaronDewes commented 3 years ago

A DNS that blocks websites isn't good in my opinion, and I can imagine such a DNS blocking Bitcoin nodes. 1.1.1.1 is the best option.

ProgramComputer commented 3 years ago

Cloudflare supports DNS over HTTPS and support for that could be added.

lukechilds commented 2 years ago

Good point guys, thanks for the contribution!