-
-
Notifications
You must be signed in to change notification settings - Fork 969
Closed
Labels
Description
Hello,
I noted dnsCache
is used only for setup cache adapter at cacheable-lookup
:
got/source/normalize-arguments.ts
Line 147 in 1f363b9
options.dnsCache = new CacheableLookup({cacheAdapter: options.dnsCache as Keyv}); |
Since I'm interested in customize some cacheable-lookup
capabilities, (such as resolver) I want to ask if you will accept a way for passing a cacheable-lookup
instance as dnsCache
to be used 🙂
szmarczak