.\" Do *not* edit this file; it was automatically generated by ej2man .\" Look for a name.ej file with the same name as this filename .\" .\" Process this file with the following .\" nroff -man -Tutf8 maradns.8 | tr '\020' ' ' .\" .\" Last updated Thu Dec 8 12:46:59 2005 .\" .TH FETCHZONE 1 "fetchzone" "June 2004" "fetchzone" .\" We don't want hyphenation (it's too ugly) .\" We also disable justification when using nroff .\" Due to the way the -mandoc macro works, this needs to be placed .\" after the .TH heading .hy 0 .if n .na .\" .\" We need the following stuff so that we can have single quotes .\" In both groff and other UNIX *roff processors .if \n(.g .mso www.tmac .ds aq \(aq .if !\n(.g .if '\(aq'' .ds aq \' .SH "NAME" .PP fetchzone \- get dns zone from server .SH "DESCRIPTION" .PP .B "fetchzone" transfers a user-specified dns zone from a zone server and displays it in csv2 format on the standard output. .SH "USAGE" .PP .B "fetchzone" .I zone_name zone_server_IP .RI [ query_class ] .SH "OPTIONS" .PP .B "zone_name" .PP Name of the dns zone to be transferred. .PP .B "zone_server_IP" .PP IP address of dns server .PP .B "query_class" .PP Optional argument which can change the query class from 1 (the default) to 255. This may be needed for some versions of Bind. .SH "EXAMPLES" .PP To obtain the zone example.com from the server 192.168.9.8: .PP .RS 4 .nf fetchzone example.com 192.168.9.8 .fi .RE .PP To obtain the zone example.org from the server 10.9.8.78 using a query class of 255: .PP .RS 4 .nf fetchzone example.com 10.9.8.78 255 .fi .RE .PP .SH "BUGS" .PP Fetchzone will not correctly output host names with utf-8 characters in them. .SH "SEE ALSO" .PP The man pages .B "maradns(8)" and .B "csv2(5)" .PP http://www.maradns.org .SH "LEGAL DISCLAIMER" .PP THIS SOFTWARE IS PROVIDED BY THE AUTHORS \(aq\(aqAS IS\(aq\(aq AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .SH "AUTHOR" .PP Sam Trenholme