挖掘响应中的所有标志是什么?
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; 挖洞有哪些可能的标志? 这是到目前为止我发现的列表: …