Closed
Bug 1561084
Opened 4 years ago
Closed 3 years ago
TRR mode 3: exclude the DoH server from using TRR
Categories
(Core :: Networking: DNS, enhancement, P3)
Core
Networking: DNS
Tracking
()
RESOLVED
FIXED
People
(Reporter: valentin, Unassigned)
References
Details
(Whiteboard: [necko-triaged][trr][mode3])
Currently you can enable mode 3 without setting a bootstrap address. At first it will work, as it uses regular DNS to create the TRR connection, then it enters strict mode. However, if the connection drops, it can't resolve the hostname, so it fails completely.
We should make sure that even in mode 3, the connection to the DoH server bypasses TRR.
Also some people set the trr url to have an IP literal. For example https://1.1.1.1/dns-query
I'm not sure if we have a bug for this, but it seems that sometimes the first resolve using TRR fails. We should add a test for that.
Reporter | ||
Comment 1•3 years ago
|
||
This was fixed by bug 1552176
See https://hg.mozilla.org/mozilla-central/diff/c63caf2368e956f3418009c5ea1c1b4b69c7cb43/netwerk/dns/TRR.cpp#l1.35
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•