brew install dnscrypt-proxy
Change line 25 in /usr/local/etc/dnscrypt-proxy.toml to server_names = ['cloudflare']
sudo brew services restart dnscrypt-proxy
Then change your DNS server to 127.0.0.1 (run Network pref panel, unlock, Advanced, DNS)1.1.1.1: Fast, privacy-first consumer DNS service
351–360 of 695 posts
Re: 1.1.1.1: Fast, privacy-first consumer DNS service
#352Earlier quoted context omitted.
The most useful case for this shortcut is 127.1 -> 127.0.0.1
0 , which is a shorthand for 0.0.0.0 is likely the most code-golf-y way to write localhost , as many [EDIT: Linux] systems alias 0.0.0.0 to 127.0.0.1: $ ping 0 PING 0 (127.0.0.1) 56(84) bytes of data. 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.032 ms Of course, don't expect this to work universally. A lot of software will try to be clever with input validation, and fail. Tangentially related: https://fosdem.or…
Re: 1.1.1.1: Fast, privacy-first consumer DNS service
#353Re: 1.1.1.1: Fast, privacy-first consumer DNS service
#354Re: 1.1.1.1: Fast, privacy-first consumer DNS service
#355Lately I’ve been thinking about some concerns about domain name privacy: • My ISP can spoof DNS responses. • My ISP can sniff DNS requests. • My ISP can sniff SNI. • My ISP can look up reverse DNS on the IPs I visit. DNS over TLS is nice—I just set up Unbound on my router to use 1.1.1.1@853 and 1.0.0.1@853 as forwarding zones. That eliminates the first bullet, at the cost of allowing CloudFlare to track my DNS reques…
Re: 1.1.1.1: Fast, privacy-first consumer DNS service
#356Re: 1.1.1.1: Fast, privacy-first consumer DNS service
#357Re: 1.1.1.1: Fast, privacy-first consumer DNS service
#358Earlier quoted context omitted.
If this were to become an issue, I guess Cloudflare could try to disable SNI.
The client sends SNI, so how could the server opt out?
Re: 1.1.1.1: Fast, privacy-first consumer DNS service
#359I would love using better DNS resolvers like this than crappy ISP provided ones. My only complain is when you connect to public wifi that requires to display some wifi capture page, acceptance of ToS, to sign in with your room number, airliner wifi, etc. Usually they break when you don't use their automated provided DNS servers. Requiring you to remove your preferred DNS entries, waiting for the wifi popup to open, d…
Put this DNS in your home router and not directly in your PC. Now your PC will fetch DNS at your home from this fast DNS and on pubic wifi, it will use theirs.
Re: 1.1.1.1: Fast, privacy-first consumer DNS service
#360A big PITA for me right now with friends and family is changing DNS. They all have these Xfinity cable modem boxes that have integrated WiFi and Ethernet. It's not possible to change the DNS through the web interface. So I have to convince everyone to buy a separate AP or a 3rd party (but ISP approved) cable modem, and then what ensues is I'm now responsible for that device because Xfinity washes their hands entirely…
I also have the remote access enabled for my family members so I can diagnose and make changes like this directly on their modem.