axfrdns(8) - Linux man page
Synopsis
axfrdns [OPTIONS]
Description
axfrdns 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. axfrdns 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.
axfrdns 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, axfrdns allows zone transfer for all zone available in data.cdb.
Options
-d <value>
- print debug messages
- -D
run as daemon
- -h --help
- print this help
- -v --version
- print version information
Files
/etc/axfrdns.conf
See
http://cr.yp.to/djbdns/axfrdns.html
Bugs
Report bugs to <pj.pandit@yahoo.co.in>
Manual Author
Prasad J Pandit