-
-
Notifications
You must be signed in to change notification settings - Fork 34.9k
dns: default to verbatim=true in dns.lookup()#39987
dns: default to verbatim=true in dns.lookup()#39987treysis wants to merge 18 commits intonodejs:masterfrom
Conversation
Switch the default from false (reorder the result so that IPv4 addresses
come before IPv6 addresses) to true (return them exactly as the resolver
sent them to us.)
After having the option to manually override the default behavior, this is another attempt at changing the default behavior.
Fixes: #31566
Refs: #6307
Refs: #20710
Refs: #38099
Reissue of #31567
Reissue of #37681
Reissue of #37931
879d1ff to
e37e2be
Compare
come before IPv6 addresses) to true (return them exactly as the resolver
sent them to us.)
Fixes: nodejs#31566
Refs: nodejs#6307
Refs: nodejs#20710
Refs: nodejs#38099
Reissue of nodejs#31567
Reissue of nodejs#37681
Reissue of nodejs#37931
e37e2be to
acdfa26
Compare
|
Now again we have some failing tests. Do you think I should remove where appropriate to listen on 127.0.0.1 an just listen "generally"? Or force listening on 127.0.0.1 and force connect on 127.0.0.1? |
|
Oooh, my careless mistakes. Let's hope it turns green after this run so we can spin up a CI job. |
|
Related Stack Overflow question: Why am I suddenly getting "Could not read source map" in VSCode using Angular with NodeJS 17 and above? |