node-named
node-named copied to clipboard
DNS Server in node.js
I assume this is DOA given the comment in the README: > I feel strongly about maintaining backwards compatibility for people who rely on it, so any PRs would also...
Hi, I tried using this library on a debian machine binding to the default 0.0.0.0 adress. My node version is 13.7.0. The library fails to bind to the specified port...
I don't know why github requires a fork to make a pull request, but here's a repo with everything working if you want to incorporate. https://github.com/andrewhodel/node-named
Fixed socket type issue (updated to match the maintainer's requirements)
_authority and _additional are never filled with data but at response, the corresponding counters are not 0 but contain the counters from the request which will produce a malformed response....
This is #26 with the requested changes.
Can you please publish a new version to npm since I'd like to be able to run with the fix from 73719b0070721ac50115f8895ca799dc6acedd74. Thanks!
Fix md's
extracting the following changes from #31 : sort .gitignore fix README.md fix docs/index.md
Changed socket to udp4 instead udp6 TODO: check address and bind to udp4 or udp6 sockets