Socket
Socket
Sign inDemoInstall

dns-cache

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dns-cache

Simple DNS cache for Node.js


Version published
Maintainers
1
Created
Source

Simple Node.js DNS cache

This is a lightweight DNS cache with configurable TTL.

The cache will increase performance and eliminate DNS lookup conflicts.

Installation

$ npm install dns-cache

Compatibility

For Node.js 0.10 and older, user dns-cache version 1.0.0.

Dns-cache 2.0.0 is not backwards compatible with the changes introduced to dns.lookup in Node.js version 0.12.

Usage

Just require dns-cache on application start.

var dnscache = require('dns-cache')(10000);

All following DNS look-ups will be cached and re-used automatically.

Configuration

Takes optional TTL in milliseconds as the only configration argument.

Keywords

FAQs

Package last updated on 20 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc