logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

yaku-getzone - zone transfer (AXFR) tool for yaku-ns

Author

       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).

yaku-getzone                                      November 2011                                       GETZONE(1)

Description

       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).

Examples

Initiatezonetransferforthetest.orgzonefromtheDNSserver1.2.3.4
              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.

Name

       yaku-getzone - zone transfer (AXFR) tool for yaku-ns

See Also

yaku-ns(1).

Synopsis

       yaku-getzone -z <zone> -s <server IP> [-p <port>]

       -z     The zone to download.

       -s     The IP address of the master server.

       -p     Specify a different destination port, the default is port 53.

See Also