“Concerns over DNS Blocking” by Vinton Cerf
French people really like to protest, so maybe we can teach them all to set up their own DNS resolvers with Raspberry Pis?
It would be a really, really difficult law to police if individuals were all managing their own DNS resolvers.
Sure we do, but you cannot expect everyone to simply run their own DNS and call it a day.
The vast majority of people don’t even know that DNS even exist, let alone that your ISP can monitor/alter your traffic through it.
As much as I dislike wasteful cryptography, this seems like an really good use case for cryptographically signed and owned names. Kind of like ENS domain names.
That way no single third party you can remove you from the internet effectively
I’m out of the loop, what is France trying to do with regard to DNS?
Government-mandated DNS blocklists.
PiHole with upstream dns-over-tls or dns-over-https.
Anybody who wants to can get around DNS blocks. Sure it’ll stop Aunt Sally, but anyone who cares will get around it. It’s a really dumb way of doing things.
Well our government likes doing dumb things. That is kind of their platform lately.
It’s trivial for me to detect and block dns over https with modern firewalls.
How? I don’t see what could find dns-over-https in the middle of other https traffic?
there is a lot more to modern firewall app detection than ports. My Palo Alto has a specific category to detect and block dns over https.
Even Palo Alto notes that they can only effectively block DoH if you’re MITMing all https traffic already (e.g. using a root certificate on corporate-managed devices). If not able to MITM the connection, it will still try to block popular DoH providers, though.