dns.rst
changeset 1887 7ace23894f44
parent 1881 889e37c1c5b5
child 1911 870693ce6ff0
equal deleted inserted replaced
1886:9c39f61bcdcb 1887:7ace23894f44
    72 ::
    72 ::
    73 
    73 
    74   $ dig -t TXT google.com
    74   $ dig -t TXT google.com
    75   $ dig google.com TXT
    75   $ dig google.com TXT
    76   $ nslookup -type=txt google.com
    76   $ nslookup -type=txt google.com
       
    77   $ nslookup -q=txt google.com
    77   $ host -t txt google.com
    78   $ host -t txt google.com
    78 
    79 
    79 List SOA records for domain.
    80 List SOA records for domain.
    80 ============================
    81 ============================
    81 
    82