Domains are not resolving through DoH when connected to VPN server
Categories
(Core :: Networking: DNS, defect)
Tracking
()
People
(Reporter: pirpiliter, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0
Steps to reproduce:
Set DoH from Cloudflare on in Firefox (or any other DoH server at which you have access to watch logs)
Open https://1.1.1.1/help , you will see "Using DNS over HTTPS (DoH) Yes"
Connect to a VPN server (any protocol except OpenVPN); with DoH from Cloudflare turned on
Open again https://1.1.1.1/help in a new tab, you will see: "Using DNS over HTTPS (DoH) No"
Actual results:
Domains did not resolve through DoH server set up in Firefox but with DNS servers from your VPN connection
Expected results:
Domains should have been resolved with DoH server from Cloudflare
Comment 1•6 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 2•6 years ago
|
||
Can you look at about:networking#dns and see if Trr column is "true"? If so then Firefox is using DoH.
| Reporter | ||
Comment 3•6 years ago
|
||
When not connected to VPN domains are true, when connected to VPN all new domains are false
Comment 4•6 years ago
|
||
Valentin, is this expected when using a VPN? Thanks.
Comment 5•6 years ago
|
||
On Windows, likely yes.
So we have this feature that disables DoH when a VPN is active in order to avoid split-horizon DNS issues.
pirpiliter: can you check if this still happens for you if you change the network.trr.enable_when_vpn_detected pref to true in about:config ?
Thanks!
| Reporter | ||
Comment 6•6 years ago
|
||
(In reply to Valentin Gosu [:valentin] (he/him) from comment #5)
On Windows, likely yes.
So we have this feature that disables DoH when a VPN is active in order to avoid split-horizon DNS issues.
pirpiliter: can you check if this still happens for you if you change thenetwork.trr.enable_when_vpn_detectedpref totrueinabout:config?Thanks!
It works.
"Disabling DoH when VPN connected" was added in the recent version of Firefox right?
| Reporter | ||
Comment 7•6 years ago
|
||
(In reply to pirpiliter from comment #6)
(In reply to Valentin Gosu [:valentin] (he/him) from comment #5)
On Windows, likely yes.
So we have this feature that disables DoH when a VPN is active in order to avoid split-horizon DNS issues.
pirpiliter: can you check if this still happens for you if you change thenetwork.trr.enable_when_vpn_detectedpref totrueinabout:config?Thanks!
It works.
Domains are resolved trough DoH when network.trr.enable_when_vpn_detected is true
Comment 8•6 years ago
|
||
Thanks for confirming. That's good to know. Maybe we'll reconsider how we disable this in the presence of a VPN at some point in the future, but right now it just means the feature works 🙂
Description
•