tcollinsworth / axios-cached-dns-resolve

Uses async dns.resolve instead of synchronous dns.lookup, optional cache, and periodic background refreshing
MIT License
39 stars 31 forks source link

Add fallback and alternate api for hooking this into global agent #26

Closed tcollinsworth closed 2 years ago

tcollinsworth commented 2 years ago

Ideas from this article which Bryan Paulus shared with me.

tcollinsworth commented 2 years ago

Great article, but not going to do this for now.