You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This shouldn't be visible externally - it just affects internal address
resolution logic.
This is useful because of cacheable-lookup#85 - in Node v20.12+ IPv6 IP
DNS resolution can fail in unusual ways, so we'd rather preserve IPv4
traffic in simple IPv4 format where possible.
The 'better' solution for this would be cacheable-lookup correctly
resolving this address as dns.lookup does, or some kind of wrapper that
avoids resolving IPs entirely (it's just inefficient and asking for
trouble really).
0 commit comments