tjfontaine / node-dns

Replacement dns module in pure javascript for node.js
MIT License
585 stars 154 forks source link

Add support for dns update #81

Open kkwekkeboom opened 9 years ago

kkwekkeboom commented 9 years ago

First of all, this is a very nice library. I think it can be further improved by: -Add support for DNS update (opcode 6) and maybe other DNS operations. (I almost have a working version) -Removing Verror library to reduce footprint. This library consumes about 4.6 MB / 5 MB of diskspace and adds not much imho. -Be able to enable/disable the dns cache.

Please let me know your opinions.

bahamat commented 9 years ago

+1