zl程序教程

您现在的位置是:首页 >  其它

当前栏目

Command: dig

Command dig
2023-09-11 14:16:15 时间

 

https://serverfault.com/questions/729025/what-are-all-the-flags-in-a-dig-response

flags:

  1. +qr +noqr toggles the display of the query message as it is sent, By default the query is not printed

  2. +recurse +norecurse 
    This option toggles the setting of the RD (recursion desired) bit in the query, this bit is set by default, which means dig normally sends recursive queries. Recursion is automatically disabled when the +nssearch or +trace query option is used

     

     

  3. RA +raflag +noraflag  This option sets [or does not set] the RA (Recursion Available) bit in the query, The default is +noraflag, This bit is ignored by the server for QUERY

  4. +aaonly +noaaonly This option sets the aa flag in the query

commands:

  1. dig x.com any +noall +answer

     

  2. dig -x 1.1.1.1 +short