Firefox on Android prefers IPv4 over IPv6
Categories
(Core :: Networking, enhancement, P3)
Tracking
()
People
(Reporter: doug.hs, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(3 files)
Steps to reproduce:
- Connect phone to a computer and use USB Debugging to inspect Firefox on Android
- Go to a domain that you know resolves to IPv4 and IPv6
- Check the resolved IP in the Network tab
Actual results:
The website prefers the private IPv4 instead of the IPv6 ULA.
Expected results:
Prefer IPv6
In this screenshot you can see the output of nslookup showing that it resolves to 192.168.1.106 and fd17:3cb2:d446:0:dea6:32ff:fe9c:c7ca.
The previous screenshot was on the computer. This one is from the Android phone.
Notice that IPv4 is on top. (not sure the order means anything)
Comment 3•3 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox for Android::Browser Engine' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 4•2 months ago
|
||
Moving to Core: Network
Comment 5•2 months ago
|
||
Could you go to about:config and set network.dns.preferIPv6 to true?
I cannot find about:config on Firefox for Android. That page doesn't seem to exist there.
Comment 7•1 month ago
|
||
(In reply to doug.hs from comment #6)
I cannot find
about:configon Firefox for Android. That page doesn't seem to exist there.
That page is only available on Firefox for Android in Beta and Nightly.
We'll probably flip the pref by default, but to avoid regressions we'll wait for bug 1953459 to land first.
Description
•