GETZONE(1) | User Commands | GETZONE(1) |
yaku-getzone - zone transfer (AXFR) tool for yaku-ns
yaku-getzone -z <zone> -s <server IP> [-p <port>]
This manual page documents briefly the yaku-getzone zone transfer tool. This is a trivial utility that performs an AXFR request over TCP to some primary DNS server and produces as output the zone in a format compatible with the Yaku-NS configuration file. You can use it to create a rudimental secondary DNS (slave).
yaku-getzone -z test.org -s 1.2.3.4 > slave-db.test.org
Then you need to send a SIGHUP to Yaku-NS to force a local RRs reload. Obviously you need to add an include keyword in the yaku-ns.conf to include the zone. See the example configuration file for more information.
yaku-getzone was written by Salvatore Sanfilippo <antirez@gmail.com>.
This manual page was written by Gürkan Myczko <alex@aiei.ch>, for the Debian project (but may be used by others).
November 2011 | yaku-getzone |