tjfontaine / node-dns

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

AXFR request type missing #80

Open mwmahlberg opened 9 years ago

mwmahlberg commented 9 years ago

For enterprises, the AXFR request type has many applications (distribution of DNS data from a hidden primary to other nodes, checking of correct DNS setup and whatnot).

It is defined in RFC5936 "DNS Zone Transfer Protocol (AXFR)".

I think it would be a great addition.