; Master configuration for DNS service
;
; Directives in this file instruct the DNS service when it is starting.
;
; Anything on a line followin a semicolon ';' is a comment, and is ignored.

; To specify that all configuration files (other than this boot file)
; are located in a directory other than %SystemRoot%/System32, uncomment
; the following line and insert the correct directory name.
;
; If this command is used, it must preceded all commands which load
; database files.
;
;directory       <directory-name-goes-here>


; The "cache" file contains information neccessary to the proper operation
; of the DNS server.  In particular, it contains the names of servers for
; the root domain.
;
; The syntax of this command is:
;
;cache   .       <filename>
;

cache   .       cache

;
; "Primary" domains are listed below.  The second column is the name of the
; domain for which this name server is authoritative.  The third column is 
; the name if the database file which contains the authoritative data.
;
;
; You should rename the "place.dom" file to indicate the name of the domain
; it contains data for.
;
; The syntax of this command is:
;
;primary <domain> <filename>
;
; YOU SHOULD CHANGE:
;
; The names of the domains.
;
; The names of the database files.
;
primary   place.domain.     place.dom.
primary   127.in-addr.arpa  arpa-127.rev
primary	  257.in-addr.arpa  arpa-257.rev
