equal
deleted
inserted
replaced
20 |
20 |
21 Dumping all available resords:: |
21 Dumping all available resords:: |
22 |
22 |
23 $ nslookup -type=any microsoft.com |
23 $ nslookup -type=any microsoft.com |
24 |
24 |
|
25 Timing information and traces available via:: |
|
26 |
|
27 $ dig +trace google.com |
|
28 $ dig @8.8.4.4 +noall +answer +stats A defun.work |
|
29 |
25 IP from host name. |
30 IP from host name. |
26 ================== |
31 ================== |
27 |
32 |
28 This request is for the ``A`` record and default for ``nslookup`` command:: |
33 This request is for the ``A`` record and default for ``nslookup`` command:: |
29 |
34 |
30 $ nslookup defun.work |
35 $ nslookup defun.work |
31 $ nslookup -type=a defun.work |
36 $ nslookup -type=a defun.work |
|
37 $ nslookup -type=a defun.work 8.8.8.8 |
|
38 |
|
39 $ dig @8.8.8.8 A defun.work |
|
40 $ dig +nocmd +noall +answer defun.work |
32 |
41 |
33 Host name from IP. |
42 Host name from IP. |
34 ================== |
43 ================== |
35 |
44 |
36 If that information available:: |
45 If that information available:: |