Without BIND tool is there any possible way to run the dig command using node js or else is there any BIND package available in node which can run inside node the platform?
Asked
Active
Viewed 46 times
0
-
What is your question. Do you want to run the `dig` program without having it (download it for your platform) OR do you want a Node.js package that emulates the `dig` program? – John Hanley Mar 10 '21 at 20:34
-
i want Nodejs package that emulates the dig program – Manu N Apr 01 '21 at 14:40
-
Asking for recommendations is off-topic. Google search and select a DNS package. Once you have a programming problem, post your code, expected results and/or error messages. – John Hanley Apr 01 '21 at 18:29