Skip to content

net: exclude ipv6 loopback addresses from server.listen

Fixes: https://github.com/nodejs/node/issues/51732

This is not a direct take at the dns module. In this PR we discussed how it is better to approach the issue editing the net module instead, filtering out IPV6 loopback addresses when possible.

Merge request reports

Loading