dns-any.d
来自「very comprehensive example, windows WD」· D 代码 · 共 37 行
D
37 行
# dns "any for ." query, to udp 53# if tcp: precede with 2 bytes of len:# 0# 17# you should get at least *one* record back out# HEADER:0 # query id = 221 # flags/opcodes = query, dorecurse00 # qdcount, i.e. nqueries: 110 # ancount: answers, 000 # nscount: 000 # addl records: 00# end of fixed header0 # name-len: 0 for ".", lenbyte plus name-bytes otherwise0 # type: any, 2550xff0 # class: IN1# i think that's it..
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?