Earlier quoted context omitted.
Not exactly. Chrome doesn't know if you're trying to enter a domain name, hence URL, or are trying to enter a search term. The Omnibar supports both. So Chrome tries to resolve the string you entered and if it gets back an NXDOMAIN it can assume that it's a search term. The problem is that some ISPs have configured their DNS resolvers to lie and not return NXDOMAIN. Instead redirecting you to some website for marketi…
So because Google thinks I am too stupid to handle a separate URL box and search box, and they are so much smarter than me that they can write a simple if-else to discern what I want with a few bullshit DNS queries, I’m stuck with a browser that leaks information and fails to do what I want several times a day until I learn to work around this behavior. And the proposed solution is for me, dumb dumb user that I am, t…
Chromium's Impact on Root DNS Traffic
171–180 of 221 posts
Re: Chromium's Impact on Root DNS Traffic
#172Re: Chromium's Impact on Root DNS Traffic
#173Re: Chromium's Impact on Root DNS Traffic
#174Wait, so Chrome leaks the first word of my searches to my ISP? That doesn’t sound like something I want to happen
That's another reason to use an internal DNS server which queries an upstream DOH server.
Even better, spin up a little VM or VPS somewhere in the cloud, install 'unbound' as a recursive resolver and point it to your nextdns.io account/address.
Let's unpack this ... backwards ...
DNS servers out on the Internet are queried by nextdns, which presumably has no PII from you other than your CC number[1] and zip code.
Nextdns receives nothing but queries from some random VPS/EC2/VM IP. Again, presumably a provider that knows (almost) nothing about you.
Your ISP sees nothing ... just encrypted DNS traffic.
It's win, win, win.
You see no ads, since nextcloud.io acts like a pihole and strips/blocks all of the malicious hostname lookups.
[1] Remember, only AMEX verifies cardholder FIRST LAST. Use your VISA/MC. I think my first/last is Nextdns User or whatever ... YMMV if a merchant is enrolled in that weird "verified by visa" service ...
Re: Chromium's Impact on Root DNS Traffic
#175Re: Chromium's Impact on Root DNS Traffic
#176Earlier quoted context omitted.
Your local nameserver should be configured to not forward unqualified names upstream.
So how does it resolve com then? Or the (small number) of sites that are on the TLD.
Re: Chromium's Impact on Root DNS Traffic
#177Earlier quoted context omitted.
Your local nameserver should be configured to not forward unqualified names upstream.
How many people know how to configure their local name server outside of the HN crowd?
Re: Chromium's Impact on Root DNS Traffic
#178Earlier quoted context omitted.
That's another reason to use an internal DNS server which queries an upstream DOH server.
"That's another reason to use an internal DNS server which queries an upstream DOH server." Even better, spin up a little VM or VPS somewhere in the cloud, install 'unbound' as a recursive resolver and point it to your nextdns.io account/address. Let's unpack this ... backwards ... DNS servers out on the Internet are queried by nextdns, which presumably has no PII from you other than your CC number[1] and zip code. N…
Do you have a source for this?
Re: Chromium's Impact on Root DNS Traffic
#179Earlier quoted context omitted.
My local nameserver is run by comcast!
Really? Your router does not have a caching nameserver built in?
Re: Chromium's Impact on Root DNS Traffic
#180Earlier quoted context omitted.
Google could, you know, use their own DNS servers for this...
No, they couldn't. The whole purpose of these probe requests is to assess whether the DNS server used by a particular client is acting normally (responding with NXDOMAIN if a domain does not exist), so these must bde sent to the DNS server of the client, which effectively means that unless this DNS server performs the hijacking that is to be detected, they will inevitably end up on a root DNS server, because no serve…