equal
deleted
inserted
replaced
24 |
24 |
25 Timing information and traces available via:: |
25 Timing information and traces available via:: |
26 |
26 |
27 $ dig +trace google.com |
27 $ dig +trace google.com |
28 $ dig @8.8.4.4 +noall +answer +stats A defun.work |
28 $ dig @8.8.4.4 +noall +answer +stats A defun.work |
|
29 |
|
30 Despite ``dig`` shown only names for NS replays also have IP adresses (to avoid |
|
31 chicken/egg ptoblem when you request name resolution but asked to resolve |
|
32 another name). To see IP addressed use ``+additional`` option:: |
|
33 |
|
34 $ dig +trace +additional google.com |
29 |
35 |
30 IP from host name. |
36 IP from host name. |
31 ================== |
37 ================== |
32 |
38 |
33 This request is for the ``A`` record and default for ``nslookup`` command:: |
39 This request is for the ``A`` record and default for ``nslookup`` command:: |