forked from dterweij/ndjbdns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dnsqr.ms
94 lines (71 loc) · 1.57 KB
/
dnsqr.ms
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
\"
\" dnsqr.1: This is a manuscript of the manual page for `dnsqr'. This file is
\" part of the `new djbdns' project.
\"
\" No hyphenation
.hy 0
.nr HY 0
.TH dnsq 1
dnsqr - query DNS record
.SH SYNOPSIS
.TP 5
\fBdnsqr\fR [\fBOPTIONS\fR] <record-type> <domain-name>
.SH DESCRIPTION
.PP
\fBdnsqr\fR lets you query for specific type of records about a given
domain name. \fBdnsqr\fR supports the following options:
.SH OPTIONS
.TP
.B \-h \-\-help
print this help
.TP
.B \-v \-\-version
print version information
.SH RECORD TYPES
A record-type could be any of the following types
.TP
A
Returns an IPv4 host address for the given domain name.
.TP
ANY
Returns any records that are available for the given domain name.
.TP
NS
Returns an authoritative name server for the given domain name.
.TP
MX
Returns the Mail Exchange for the given domain name.
.TP
PTR
Returns a pointer to another part of the domain name space.
.TP
TXT
Returns a textual representation of the records for the given domain name.
.TP
CNAME
Returns a canonical name of the given domain name or for an alias.
.TP
SOA
Returns the Start of a Zone of Authority.
.TP
HINFO
Returns information such as CPU and OS used by the host.
.TP
RP
Returns a responsible person records for the given domain name.
.TP
SIG
Returns a security signature for the given domain name.
.TP
KEY
Returns a security key for the given domain name.
.TP
AAAA
Returns an IPv6 host address for the given domain name.
.TP
AXFR
Request for a transfer of an entire zone.
.SH BUGS
Report bugs to <pj.pandit@yahoo.co.in>
.SH Manual Author
Prasad J Pandit