[qutebrowser] How to connect to DNS?

Florian Bruhin me at the-compiler.org
Thu Apr 30 11:42:14 CEST 2020


On Thu, Apr 30, 2020 at 03:01:59PM +0700, Ahiung Lim wrote:
> I tried the --qt-flag dns-over-https and restarted the browser, it
> still not connecting to 1.1.1.1.
> I'm using Zorin OS, I already set 1.1.1.1 and 1.0.0.1 on DNS Network
> setttings. what did I miss?

It looks like the dns-over-https flag was added in Chromium 78.
Qt 5.14 (which is the latest release at the moment) is based on Chromium 77.
Qt 5.15 based on Chromium 80 is scheduled to be released on May 19th.

You could try the older flags instead:

  --qt-flag enable-features="dns-over-https<DoHTrial"
  --qt-flag force-fieldtrials="DoHTrial/Group1"
  --qt-flag force-fieldtrial-params="DoHTrial.Group1:server/https%3A%2F%2F1.1.1.1%2Fdns-query/method/POST"

(I also recommend using --temp-basedir for testing, then already open instances
aren't a problem).

I can't get it to work here (according to the https://1.1.1.1/help page) for
some reason. Even in Chromium, both old/new flags don't have any effect for me.
Not sure why.

Florian

-- 
me at the-compiler.org (Mail/XMPP) | https://www.qutebrowser.org 
       https://bruhin.software/ | https://github.com/sponsors/The-Compiler/
       GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
             I love long mails! | https://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://listi.jpberlin.de/pipermail/qutebrowser/attachments/20200430/c9214d32/attachment.asc>


More information about the qutebrowser mailing list