-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathaxfrdns.ms
54 lines (44 loc) · 1.18 KB
/
axfrdns.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
\"
\" axfrdns.8: This is a manuscript of the manual page for `axfrdns'. This file
\" is part of the `new djbdns' project.
\"
\" No hyphenation
.hy 0
.nr HY 0
.TH axfrdns 8
axfrdns - a DNS zone transfer server.
.SH SYNOPSIS
.TP 5
\fBaxfrdns\fR [OPTIONS]
.SH DESCRIPTION
.PP
\fBaxfrdns\fR is a zone transfer server. It reads a zone transfer request in
DNS-over-TCP format from its standard input and responds with a locally
configured information. \fBaxfrdns\fR looks up zone-transfer results in
data.cdb, a binary file created by tinydns-data(1). It also responds to normal
client queries such as SOA queries, which usually precede zone transfer
requests.
\fBaxfrdns\fR allows zone transfer for any zone listed in the $AXFR variable.
AXFR is a slash separated list of domain names. If AXFR is not set,
\fBaxfrdns\fR allows zone transfer for all zone available in data.cdb.
.SH OPTIONS
.TP
.B \-d <value>
print debug messages
.TP
.B \-D
run as daemon
.TP
.B \-h \-\-help
print this help
.TP
.B \-v \-\-version
print version information
.SH FILES
PREFIX/axfrdns.conf
.SH SEE
http://cr.yp.to/djbdns/axfrdns.html
.SH BUGS
Report bugs to <[email protected]>
.SH Manual Author
Prasad J Pandit