Difference between revisions of "Dig"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | https://www.rootusers.com/12-dig-command-examples-to-query-dns-in-linux/ | ||
+ | |||
# Simple Commands | # Simple Commands | ||
``` | ``` | ||
Line 7: | Line 9: | ||
dig foo.example.com +nssearch | dig foo.example.com +nssearch | ||
dig foo.example.com +all | dig foo.example.com +all | ||
+ | ``` | ||
+ | |||
+ | ``` | ||
+ | dig @8.8.8.8 -p 5300 google.com | ||
``` | ``` |
Revision as of 23:39, 22 January 2023
https://www.rootusers.com/12-dig-command-examples-to-query-dns-in-linux/
Simple Commands
dig +short google.com TXT @8.8.8.8 # test recursion
dig foo.example.com +nssearch dig foo.example.com +all
dig @8.8.8.8 -p 5300 google.com