1
2
3
4
5
6
7
8axfrget(1) General Commands Manual axfrget(1)
9
10
11
12axfr-get - a DNS zone transfer client.
13
14
16 axfr-get [OPTIONS] <DOMAIN-NAME> <OUTFILE> <OUTFILE.TMP>
17
18
20 axfr-get is a DNS zone transfer client. It sends a zone transfer
21 request in DNS-over-TCP format to descriptor 7, reads the result from
22 descriptor 6 and saves the result in a file.
23
24 axfr-get performs the zone transfer for the given domain, and writes
25 the result to file - OUTFILE.TMP in a format that can be used as input
26 to tinydns-data(1). If the zone transfer completes successfully, axfr-
27 get renames OUTFILE.TMP to OUTFILE.
28
29
31 http://cr.yp.to/djbdns/axfr-get.html
32
33
35 Report bugs to <pj.pandit@yahoo.co.in>
36
37
39 Prasad J Pandit
40
41
42
43 axfrget(1)