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

fetchzone - get dns zone from server

Author

       Sam Trenholme

June 2004                                           fetchzone                                       FETCHZONE(1)

Bugs

       Fetchzone will not correctly output host names with utf-8 characters in them.

Description

fetchzone transfers a user-specified dns zone from a zone server and displays it in csv2 format on the
       standard output.

Examples

       To obtain the zone example.com from the server 192.168.9.8:

           fetchzone example.com 192.168.9.8

       To obtain the zone example.org from the server 10.9.8.78 using a query class of 255:

           fetchzone example.com 10.9.8.78 255

Name

       fetchzone - get dns zone from server

Options

zone_name

       Name of the dns zone to be transferred.

       zone_server_IP

       IP address of dns server

       query_class

       Optional argument which can change the query class from 1 (the default) to 255. This may be needed for
       some versions of Bind.

See Also

       The man pages maradns(8) and csv2(5)http://www.maradns.org

Usage

fetchzonezone_namezone_server_IP [query_class]

See Also