mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-06 21:35:42 +01:00
cb5e7a029b
`dns.lookup` relies on making syscalls to the underlying system using `getaddrinfo`, which can sometimes fail in proxy situations. This is an equivalent implementation using the native NodeJS DNS functions.