Closed jnsgruk closed 3 months ago
main
npm run ready
dns.lookup relies on making syscalls to the underlying system using getaddrinfo, which can sometimes fail in proxy situations.
dns.lookup
getaddrinfo
This is an equivalent implementation using the native NodeJS DNS functions.
Thanks so much for your contribution! It's been merged internally and it will show up with the next beta release in about a week.
First time contributor checklist:
Contributor checklist:
main
branchnpm run ready
run passes successfully (more about tests here)Description
dns.lookup
relies on making syscalls to the underlying system usinggetaddrinfo
, which can sometimes fail in proxy situations.This is an equivalent implementation using the native NodeJS DNS functions.