Skip to content

v11.1.2

Compare
Choose a tag to compare
@szmarczak szmarczak released this 08 May 11:10

Bug fixes

  • Disable options.dnsCache by default 79507c2

This should stay disabled when making requests to internal hostnames such as localhost, database.local etc.
CacheableLookup uses dns.resolver4(..) and dns.resolver6(...) under the hood and fall backs to dns.lookup(...) when the first two fail, which may lead to additional delay.

Enhancements