Earlier quoted context omitted.
Ctrl+K for Windows users looking for a shortcut key.
Isn’t “?” and ctrl-k the same number of keystrokes?
Chromium's Impact on Root DNS Traffic
121–130 of 221 posts
Re: Chromium's Impact on Root DNS Traffic
#122Why does Chrome (Google) need to know whether DNS is being intercepted? What actions does Google take based on the answer? Note that under this crude test of sending queries for unregistered domains, a user who administers their own DNS could be indistingushiable from "DNS interception" by an ISP or other third party. I administer my own DNS. I do not use third party DNS. These random queries would just hit my own DN…
Since these are root queries, wouldn’t your DNS server need to hit the root servers to ensure the TLDs don’t exist? Also your own DNS won’t be detected as DNS interception unless you replace NXDOMAINs with fake responses.
If I serve fake responses does that turn off searching via the address bar?
Why doesn't Chromium just have a setting that allows a user to turn off the incessant queries for nonexistant names.
Re: Chromium's Impact on Root DNS Traffic
#123Earlier quoted context omitted.
> the first word No. The answer appears to be yes if you said "the only word", though.
...which the first word would be, as you typed it?
Re: Chromium's Impact on Root DNS Traffic
#124Earlier quoted context omitted.
On FF it’s Ctrl+k for searching (by prepending `? `) and Ctrl+l for addresses (if it can be parsed as an address). I almost never just click into the bar, so that works fine for me.
This works in Chrome too
ctrl l does not force Chrome to resolve the term through DNS, it may still run a Google search. If you want http://mylocalserver you have to include the http:// or Chrome will Google for mylocalserver.
Re: Chromium's Impact on Root DNS Traffic
#125Wait, so Chrome leaks the first word of my searches to my ISP? That doesn’t sound like something I want to happen
Your local nameserver should be configured to not forward unqualified names upstream.
Re: Chromium's Impact on Root DNS Traffic
#126Earlier quoted context omitted.
You can prefix your searches in the omnibox with “?” and they won’t be treated as possible short local network names
Ctrl+K for Windows users looking for a shortcut key.
Re: Chromium's Impact on Root DNS Traffic
#127I'm sure anyone here who has set up a PiHole ad-blocking DNS server at home has run into these random domain requests and wondered what was going on. At first I thought one of my devices had a virus on it or something until I did a few searches and discovered it was Chrome being ludicrous. (Next topic: Getting Chrome to actually use the DNS provider that you specify and nothing else...)
I recently just blocked port 53 in my firewall completely, for that exact reason. I use an internal DNS server the forwards to an DOH upstream server. No more rogue devices trying to use their own dns, at least until they all switch to DOH too
nice that you already debunked your thesis
Re: Chromium's Impact on Root DNS Traffic
#128Earlier quoted context omitted.
> the first word No. The answer appears to be yes if you said "the only word", though.
...which the first word would be, as you typed it?
Re: Chromium's Impact on Root DNS Traffic
#129Wait, so Chrome leaks the first word of my searches to my ISP? That doesn’t sound like something I want to happen
Re: Chromium's Impact on Root DNS Traffic
#130Wait, 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.