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

enter image description here

also have @ native-dns module


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -