挖掘响应中的所有标志是什么?
在评论部分dig响应返回标志: $ dig example.com +noall +comments ; <<>> DiG 9.8.3-P1 <<>> example.com +noall +comments ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29045 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 在这里的最后一行,有一些标志: flags: qr rd ra; 挖有什么可能的标志? 以下是我迄今为止发现的列表: rd – recursion期望的 ra – recursion可用 […]