Named.Boot

; $Id: named.boot,v 1.3 1995/03/23 08:43:02 rgrimes Exp $

; From: @(#)named.boot 5.1 (Berkeley) 6/30/90
; boot file for secondary name server
; Note that there should be one primary entry for each SOA record.
; VERY IMPORTANT!!!

; comments in the DNS config files should ONLY be ; (semi-colons)
; don't use anything else or you will be sorry.

; the directory where all the other files are stored (named.root,
; named.local...)

directory /etc/namedb
; type     domain         source host/file  backup file
cache      .              named.root

; this server will act on any requests made to it
; for anything under the domain "local.sunyit.edu"
; ie. server.local.sunyit.edu
; this file is responcible for mapping names to IPs

primary local.chuckie.com named.local


; this file is responcible for mapping IPs to names
; it is ESSENTIAL that the subnet is backwards here:
; because my domain is 192.168.0.0 to 192.168.255.255 I have:
;              168.192.in-addr.arpa
; if it was 192.168.20.0 to 192.168.20.255 it would be:
;        20.168.192.in-addr.arpa

primary 168.192.in-addr.arpa named.rev.local

; this is the config file for the "loopback" address

primary 0.0.127.in-addr.arpa named.rev.127.local

; if my server doesn't know something,
; it forwards requests to other DNS servers in this order

forwarders 209.56.220.5 192.32.100.96 199.82.41.33