xref: /csrg-svn/etc/namedb/named.boot (revision 62846)
1*62846Sbostic;	@(#)named.boot	8.1 (Berkeley) 06/09/93
244816Sbostic
344816Sbostic; boot file for secondary name server
444816Sbostic; Note that there should be one primary entry for each SOA record.
544816Sbostic
644816Sbosticsortlist 128.3.0.0
744816Sbostic
844816Sbosticdirectory	/etc/namedb
944816Sbostic
1044816Sbostic; type    domain		source host/file		backup file
1144816Sbostic
1244816Sbosticcache     .							root.cache
1344816Sbosticprimary   0.0.127.IN-ADDR.ARPA	localhost.rev
1444816Sbostic
1544816Sbostic; example secondary server config:
1644816Sbostic; secondary Berkeley.EDU	128.32.130.11 128.32.133.1	ucbhosts.bak
1744816Sbostic; secondary 32.128.IN-ADDR.ARPA	128.32.130.11 128.32.133.1	ucbhosts.rev.bak
1844816Sbostic
1944816Sbostic; example primary server config:
2044816Sbostic; primary  Berkeley.EDU		ucbhosts
2144816Sbostic; primary  32.128.IN-ADDR.ARPA	ucbhosts.rev
22