1
2
3
4
5
6
7
8dnstxt(1) General Commands Manual dnstxt(1)
9
10
11
12dnstxt - query DNS TXT record
13
14
16 dnstxt [OPTIONS] <domain-name> [<domain-name> ...]
17
18
20 dnstxt accepts a list of fully qualified domain names, queries and
21 displays TXT records for each of them. Each record is displayed on a
22 separate line.
23
24 A TXT record is used to store any human readable text. Lately it has
25 been known to store binary data such as Sender Policy Framework(SPF)
26 details or opportunistic encryption details etc.
27
28
30 -h --help
31 print this help
32
33 -v --version
34 print version information
35
36
38 Report bugs to <pj.pandit@yahoo.co.in>
39
40
42 Prasad J Pandit
43
44
45
46 dnstxt(1)