Difference between revisions of "Dig"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "# Simple Commands ``` dig +short google.com TXT @8.8.8.8 # test recursion ```")
 
Line 2: Line 2:
 
```
 
```
 
dig +short google.com TXT @8.8.8.8  # test recursion
 
dig +short google.com TXT @8.8.8.8  # test recursion
 +
```
 +
 +
```
 +
dig foo.example.com +nssearch
 +
dig foo.example.com +all
 
```
 
```

Revision as of 23:17, 7 April 2022

Simple Commands

dig +short google.com TXT @8.8.8.8  # test recursion
dig foo.example.com +nssearch
dig foo.example.com +all