;
;   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.
;
;   This file and all files listed in this file must be in
;   %SystemRoot%\system32\dns directory.

;
;   Interoperation with UNIX DNS servers running BIND
;
;   Most BIND versions do not accept properly formatted zone transfers
;   unless they contain only a single resource record in each message
;   of the zone transfer.  This transfer method is grossly inefficient
;   both in terms of speed and bandwidth.  New BIND versions may not
;   have this bug.
;
;   The Microsoft DNS server will accept (receive) any properly formatted
;   zone transfer message, and is configured to send in either fashion.
;   Hence this issue ONLY relates to BIND recieving zone transfers --
;   i.e. BIND server as a secondary.
;
;   YOU SHOULD CHANGE:
;       - uncomment BindSecondaries, if have BIND secondaries for
;           some of your zones
;       - uncomment NoBindSecondaries, if have ONLY Microsoft or
;           other non-BIND DNS servers as your secondaries or if
;           you do not have secondaries for any of these zones
;

;BindSecondaries

;NoBindSecondaries


;
;   CACHE FILE
;
;   The "cache" file contains information necessary to contact the ROOT
;   domain name servers.
;
;   The syntax of this command is:
;
;       cache   .       <filename>
;
;   YOU SHOULD CHANGE:
;
;   =>  Nothing - do NOT change this line, if you are NOT a root domain
;       server.
;       (Note:  if you are not connected to the Internet, be sure and edit
;       the cache file to point at the root servers for your intranet.)
;
;       OR
;
;   =>  Comment out this line, if this DNS server is the ROOT domain
;       server for a private intranet.
;

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.
;

;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
