Trusted Recursive Resolver: Difference between revisions

Comment on the "never use native resolver" to include the cases when it will be still used.
("typically the same speed..." != improved. Add more info.)
(Comment on the "never use native resolver" to include the cases when it will be still used.)
Line 16: Line 16:
* 1 - Reserved (used to be Race mode)
* 1 - Reserved (used to be Race mode)
* 2 - First. Use TRR first, and only if the name resolve fails use the native resolver as a fallback.
* 2 - First. Use TRR first, and only if the name resolve fails use the native resolver as a fallback.
* 3 - Only. Only use TRR. Never use the native (This mode also requires the bootstrapAddress pref to be set)
* 3 - Only. Only use TRR. Never use the native (This mode also requires the bootstrapAddress pref to be set). Note that the native resolver will be used anyway for portal detection and telemetry ([https://bugzilla.mozilla.org/show_bug.cgi?id=1593873 Bug 1593873])
* 4 - Reserved (used to be Shadow mode)
* 4 - Reserved (used to be Shadow mode)
* 5 - Off by choice. This is the same as 0 but marks it as done by choice and not done by default.
* 5 - Off by choice. This is the same as 0 but marks it as done by choice and not done by default.
20

edits