;
;   DNS BOOT FILE
;
;   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.
;

;
;   DIRECTORY COMMAND
;
;   To specify that all configuration files (other than this boot file)
;   are located in a directory other than %SystemRoot%\system32\drivers\etc,
;   use directory command:
;
;   If this command is used, it must preceded all commands which load
;   database files.
;
;   The syntax of this command is:
;
;       directory       <directory-name-goes-here>
;
;   YOU SHOULD CHANGE:
;       - The name of the directory to contain DNS files
;           OR
;       - Comment out this line, if DNS files will reside in
;           system32\drivers\etc directory

;directory       c:\dns


;
;   CACHE FILE
;
;   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>
;
;   YOU SHOULD CHANGE:
;       Nothing - do NOT change this line
;           or
;       Comment out this line, if installation is NOT on the internet
;       and this DNS server will be authoritative for the root domain.
;

cache   .       cache


;
;   PRIMARY DOMAINS
;
;   "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.
;
;   The syntax of this command is:
;
;       primary <domain> <filename>
;
;   YOU SHOULD CHANGE:
;       - The names of the domains.
;       - The names of the database files.
;       - Comment out domains for which server will be secondary.
;

;   Every server may primary for loopback address domain.

primary   127.in-addr.arpa.         arpa-127.rev

primary   place.dom.                place.dom
primary	  29.5.192.in-addr.arpa.    arpa-192.rev



;
;   SECONDARY DOMAINS
;
;   "Secondary" domains are listed below.
;
;   The syntax of this command is:
;
;       secondary <domain> <master DNS ip address> <filename>
;
;   YOU SHOULD CHANGE:
;       - The names of the domains.
;       - The names of the database files.
;       - The IP address of the primary DNS server (192.255.255.7).
;       - Uncomment domains for which server will be secondary, then
;         comment out the primary statement for that domain above.
;

;secondary   place.dom.                 192.5.29.7   place.dom
;secondary   29.5.192.in-addr.arpa.     192.5.29.7   arpa-192.rev
