# HG changeset patch # User Oleksandr Gavenko # Date 1452713060 -7200 # Node ID d64682ab74a2852bfe009d8eb24c17fdb01db850 # Parent da4694ae72cb4ae1bfecb8ef68966e174c66125f ``+additional`` option diff -r da4694ae72cb -r d64682ab74a2 dns.rst --- a/dns.rst Wed Jan 13 16:05:10 2016 +0200 +++ b/dns.rst Wed Jan 13 21:24:20 2016 +0200 @@ -27,6 +27,12 @@ $ dig +trace google.com $ dig @8.8.4.4 +noall +answer +stats A defun.work +Despite ``dig`` shown only names for NS replays also have IP adresses (to avoid +chicken/egg ptoblem when you request name resolution but asked to resolve +another name). To see IP addressed use ``+additional`` option:: + + $ dig +trace +additional google.com + IP from host name. ==================