xref: /original-bsd/etc/namedb/named.boot (revision c3e32dec)
1;	@(#)named.boot	8.1 (Berkeley) 06/09/93
2
3; boot file for secondary name server
4; Note that there should be one primary entry for each SOA record.
5
6sortlist 128.3.0.0
7
8directory	/etc/namedb
9
10; type    domain		source host/file		backup file
11
12cache     .							root.cache
13primary   0.0.127.IN-ADDR.ARPA	localhost.rev
14
15; example secondary server config:
16; secondary Berkeley.EDU	128.32.130.11 128.32.133.1	ucbhosts.bak
17; secondary 32.128.IN-ADDR.ARPA	128.32.130.11 128.32.133.1	ucbhosts.rev.bak
18
19; example primary server config:
20; primary  Berkeley.EDU		ucbhosts
21; primary  32.128.IN-ADDR.ARPA	ucbhosts.rev
22