Skip to content

eknkc/fastdns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fastdns

install

npm install fastdns

use

fastdns patches the native dns module and provides a lru cache on all responses for 5 minutes. You need to require the module, and use the dns module as usual. All native modules and libraries should have the caching applied to them.

require('fastdns');

About

Caching wrapper for native DNS module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published