trevoro / node-named

DNS Server in node.js
MIT License
356 stars 100 forks source link

add support for NS records #13

Closed demmer closed 9 years ago

demmer commented 9 years ago

This PR adds protocol support for NS records.

From what I could gather from the RFC, it looks like this is the right thing to do and it seems to respond properly to dig requests.