summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/data/dns-any.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/nc/data/dns-any.d')
-rw-r--r--src/usr.bin/nc/data/dns-any.d38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/usr.bin/nc/data/dns-any.d b/src/usr.bin/nc/data/dns-any.d
deleted file mode 100644
index 40ef3cba48..0000000000
--- a/src/usr.bin/nc/data/dns-any.d
+++ /dev/null
@@ -1,38 +0,0 @@
1# $OpenBSD: dns-any.d,v 1.2 2001/01/29 01:58:11 niklas Exp $
2
3# dns "any for ." query, to udp 53
4# if tcp: precede with 2 bytes of len:
5# 0
6# 17
7# you should get at least *one* record back out
8
9# HEADER:
100 # query id = 2
112
12
131 # flags/opcodes = query, dorecurse
140
15
160 # qdcount, i.e. nqueries: 1
171
18
190 # ancount: answers, 0
200
21
220 # nscount: 0
230
24
250 # addl records: 0
260
27
28# end of fixed header
29
300 # name-len: 0 for ".", lenbyte plus name-bytes otherwise
31
320 # type: any, 255
330xff
34
350 # class: IN
361
37
38# i think that's it..