forked from dterweij/ndjbdns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdnstxt.ms
39 lines (31 loc) · 834 Bytes
/
dnstxt.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
\"
\" dnstxt.1: This is a manuscript of the manual page for `dnstxt'. This file
\" is part of the `new djbdns' project.
\"
\" No hyphenation
.hy 0
.nr HY 0
.TH dnstxt 1
dnstxt - query DNS TXT record
.SH SYNOPSIS
.TP 5
\fBdnstxt\fR [\fBOPTIONS\fR] <domain-name> [<domain-name> ...]
.SH DESCRIPTION
.PP
\fBdnstxt\fR accepts a list of fully qualified domain names, queries and
displays TXT records for each of them. Each record is displayed on a
separate line.
A TXT record is used to store any human readable text. Lately it has been
known to store binary data such as Sender Policy Framework(SPF) details or
opportunistic encryption details etc.
.SH OPTIONS
.TP
.B \-h \-\-help
print this help
.TP
.B \-v \-\-version
print version information
.SH BUGS
Report bugs to <pj.pandit@yahoo.co.in>
.SH Manual Author
Prasad J Pandit