1GETZONE(1) getzone GETZONE(1)
2
3
4
6 getzone - get dns zone from server
7
9 getzone transfers a user-specified dns zone from a zone server and
10 displays it in csv1 format on the standard output. This program is here
11 for compatibility with older setups that use getzone to get zone files;
12 newer setups may wish to consider using the fetchzone tool to obtain
13 csv2-compatible zone files.
14
16 getzone zone_name zone_server_IP [query_class]
17
19 zone_name
20
21 Name of the dns zone to be transferred.
22
23 zone_server_IP
24
25 IP address of dns server
26
27 query_class
28
29 Optional argument which can change the query class from 1 (the default)
30 to 255. This may be needed for some versions of Bind.
31
33 To obtain the zone example.com from the server 192.168.9.8:
34
35 getzone example.com 192.168.9.8
36
37 To obtain the zone example.org from the server 10.9.8.78 using a query
38 class of 255:
39
40 getzone example.com 10.9.8.78 255
41
43 The man pages maradns(8) and csv1(5)
44
45 http://www.maradns.org
46
48 THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS OR
49 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
50 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
51 DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
52 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
53 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
54 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
55 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
56 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
57 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
58 POSSIBILITY OF SUCH DAMAGE.
59
61 MaraDNS is written by Sam Trenholme. Jaakko Niemi used 5 minutes to put
62 this manpage together. Sam has subsequently made revisions to this
63 manpage.
64
65
66
67
68October 2001 getzone GETZONE(1)