Tagged Questions
2
votes
2answers
145 views
Domain name existence via “dig”
Would it be possible to check a domain name its existence by checking the output of "dig"?
Inside the bind sources I found these constants:
0 DNS_R_NOEROR
1 DNS_R_FORMERR
2 DNS_R_SERVFAIL
3 ...
0
votes
2answers
103 views
Can I lookup NS and A at the same time using dig
Is it possible to lookup the A (ip address) and NS (nameservers) of a domain using a single dig command?
I can use dig google.com A +short or dig google.com NS +short but surely it's possible to do ...