Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

handle ipv6 address. #2

Merged
merged 1 commit into from
Apr 30, 2015
Merged

handle ipv6 address. #2

merged 1 commit into from
Apr 30, 2015

Conversation

MirrorDM
Copy link

BTW, if you merge this PR, please also compress the mono.min.js with the change.

blackgear added a commit that referenced this pull request Apr 30, 2015
@blackgear blackgear merged commit c0daf87 into blackgear:master Apr 30, 2015
@blackgear
Copy link
Owner

Well, dnsResolve() is designed to return IPv4 addr only.

For IE: http://blogs.msdn.com/b/wndp/archive/2006/07/18/ipv6-wpad-for-winhttp-and-wininet.aspx
IE use dnsResolveEx for IPv4 and IPv6, and dnsResolve for IPv4 only.

For Chromium: https://code.google.com/p/chromium/issues/detail?id=24641
Chromium disable IPv6 results for the PAC bindings: dnsResolve()

According to your response, Firefox seems behave different....

Thanks for the pull request!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants