dns : A DNS Server with a REST API. You can installing dns npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install dns $ sudo npm install -g dns
If want to update the dns package execute the command as below,
$ sudo npm update dns
Update package globally,
$ npm install -g dns
$ sudo git clone https://github.com/rektide/dns.git
$ sudo npm install -g ./dns
dns@0.2.2 /usr/lib/node_modules/dns
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dns
Package Name | dns |
Version | 0.2.2 |
Description | A DNS Server with a REST API |
Released Date | 2014-09-17T10:44:40.596Z |
Published by | hbouvier |
How to Learn | https://www.npmjs.com/package/dns/tutorial |