javascript - How can I check DNS using nodejs? -
i need recursive check dns, linux's command
$ dig +recurse some.site
with nodejs. 'request' have return object of dns, because need work them.
i need feature take rightly dns, have round ttl(i'm not sure correctly sounds on english). can standard dns module this?
you use the core dns module. first example give lookup of www.google.com
also have @ native-dns module
Comments
Post a Comment