1FETCHZONE(1)                       fetchzone                      FETCHZONE(1)
2
3
4

NAME

6       fetchzone - get dns zone from server
7

DESCRIPTION

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

USAGE

13       fetchzone zone_name zone_server_IP [query_class]
14

OPTIONS

16       zone_name
17
18       Name of the dns zone to be transferred.
19
20       zone_server_IP
21
22       IP address of dns server
23
24       query_class
25
26       Optional argument which can change the query class from 1 (the default)
27       to 255. This may be needed for some versions of Bind.
28

EXAMPLES

30       To obtain the zone example.com from the server 192.168.9.8:
31
32           fetchzone example.com 192.168.9.8
33
34
35       To obtain the zone example.org from the server 10.9.8.78 using a query
36       class of 255:
37
38           fetchzone example.com 10.9.8.78 255
39
40

BUGS

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

SEE ALSO

46       The man pages maradns(8) and csv2(5)
47
48       http://www.maradns.org
49
51       THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS OR
52       IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
53       WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
54       DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
55       ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
56       DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
57       OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
58       HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
59       STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
60       IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
61       POSSIBILITY OF SUCH DAMAGE.
62

AUTHOR

64       Sam Trenholme
65
66
67
68
69June 2004                          fetchzone                      FETCHZONE(1)
Impressum