Comment on Getting Started with DNS over HTTPS on FirefoxComments−mderazon8yI have enabled DNS over https on Android P (it has built in system wide cpapbility) with Cloudflare.Problem is that I have no idea how to test if it is really working :-)−cup-of-tea8yIntercept the traffic somewhere and inspect it with Wireshark. You can decrypt the HTTPS packets if you can manage to log the keys on Android (see https://jimshaver.net/2015/02/11/decrypting-tls-browser-traf...).−jedisct18yGo to https://cloudflare-dns.com/help/−mderazon8yNice ! Didn't know about that.For a reference, this is what I get when I set my dns as 1dot1dot1dot1.cloudflare-dns.com on Android P:https://cloudflare-dns.com/help/#eyJpc0NmIjoiWWVzIiwiaXNEb3Q...−ggm8yInstall stubby on your mac or linux host. Ask the same questions on both. See what happens.
Comments
I have enabled DNS over https on Android P (it has built in system wide cpapbility) with Cloudflare.
Problem is that I have no idea how to test if it is really working :-)
Intercept the traffic somewhere and inspect it with Wireshark. You can decrypt the HTTPS packets if you can manage to log the keys on Android (see https://jimshaver.net/2015/02/11/decrypting-tls-browser-traf...).
Go to https://cloudflare-dns.com/help/
Nice ! Didn't know about that.
For a reference, this is what I get when I set my dns as 1dot1dot1dot1.cloudflare-dns.com on Android P:
https://cloudflare-dns.com/help/#eyJpc0NmIjoiWWVzIiwiaXNEb3Q...
Install stubby on your mac or linux host. Ask the same questions on both. See what happens.