Defined in node_modules/cacheable-lookup/index.d.ts:98 Constructorsconstructor new default ( options ? ) : default Defined in node_modules/cacheable-lookup/index.d.ts:99 Propertiesservers servers : string []
Defined in node_modules/cacheable-lookup/index.d.ts:103 Methodslookup lookup ( hostname , family , callback ) : void Parameters hostname : string family : IPFamily callback : ( ( error : null | ErrnoException , address : string , family : IPFamily ) => void ) ( error , address , family ) : void Returns void Returns void Defined in node_modules/cacheable-lookup/index.d.ts:107 lookup ( hostname , callback ) : void Parameters hostname : string callback : ( ( error : null | ErrnoException , address : string , family : IPFamily ) => void ) ( error , address , family ) : void Returns void Returns void Defined in node_modules/cacheable-lookup/index.d.ts:108 lookup ( hostname , options , callback ) : void Returns void Defined in node_modules/cacheable-lookup/index.d.ts:109 lookup ( hostname , options , callback ) : void Returns void Defined in node_modules/cacheable-lookup/index.d.ts:110 lookupAsync lookupAsync ( hostname , options ) : Promise < readonly EntryObject [] > Defined in node_modules/cacheable-lookup/index.d.ts:114 lookupAsync ( hostname , options ) : Promise < EntryObject > Defined in node_modules/cacheable-lookup/index.d.ts:115 lookupAsync ( hostname ) : Promise < EntryObject > Defined in node_modules/cacheable-lookup/index.d.ts:116 lookupAsync ( hostname , family ) : Promise < EntryObject > Defined in node_modules/cacheable-lookup/index.d.ts:117 query query ( hostname ) : Promise < readonly EntryObject [] > Defined in node_modules/cacheable-lookup/index.d.ts:121 queryAndCache queryAndCache ( hostname ) : Promise < readonly EntryObject [] > Defined in node_modules/cacheable-lookup/index.d.ts:125 install install ( agent ) : void Returns void Defined in node_modules/cacheable-lookup/index.d.ts:129 uninstall uninstall ( agent ) : void Returns void Defined in node_modules/cacheable-lookup/index.d.ts:133 updateInterfaceInfo updateInterfaceInfo ( ) : void Returns void Defined in node_modules/cacheable-lookup/index.d.ts:139 clear clear ( hostname ? ) : void Returns void Defined in node_modules/cacheable-lookup/index.d.ts:143
The DNS servers used to make queries. Can be overridden - doing so will clear the cache.