1
2
3
4
5
6
7
8dnsq(1) General Commands Manual dnsq(1)
9
10
11
12dnsqr - query DNS record
13
14
16 dnsqr [OPTIONS] <record-type> <domain-name>
17
18
20 dnsqr lets you query for specific type of records about a given domain
21 name. dnsqr supports the following options:
22
23
25 -h --help
26 print this help
27
28 -v --version
29 print version information
30
31
33 A record-type could be any of the following types
34
35
36 A Returns an IPv4 host address for the given domain name.
37
38
39 ANY Returns any records that are available for the given domain
40 name.
41
42
43 NS Returns an authoritative name server for the given domain name.
44
45
46 MX Returns the Mail Exchange for the given domain name.
47
48
49 PTR Returns a pointer to another part of the domain name space.
50
51
52 TXT Returns a textual representation of the records for the given
53 domain name.
54
55
56 CNAME Returns a canonical name of the given domain name or for an
57 alias.
58
59
60 SOA Returns the Start of a Zone of Authority.
61
62
63 HINFO Returns information such as CPU and OS used by the host.
64
65
66 RP Returns a responsible person records for the given domain name.
67
68
69 SIG Returns a security signature for the given domain name.
70
71
72 KEY Returns a security key for the given domain name.
73
74
75 AAAA Returns an IPv6 host address for the given domain name.
76
77
78 AXFR Request for a transfer of an entire zone.
79
80
81
83 Report bugs to <pj.pandit@yahoo.co.in>
84
85
87 Prasad J Pandit
88
89
90
91 dnsq(1)