Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
2.8 KiB

  1. ;
  2. ; DNS boot file
  3. ;
  4. ; NOTE: It is NOT necessary to use a boot file to run the DNS server.
  5. ;
  6. ; The Microsoft DNS server is capable of reading configuration, zone
  7. ; and cache information from a "boot" file or from the registry.
  8. ;
  9. ; To take full advantage of the capabilities of the Microsoft DNS
  10. ; server we suggest using the DNS Administration tool (dnsadmin.exe).
  11. ; If you are new to DNS or are setting up a new installation, then we
  12. ; strongly recommend using the Admin tool, in which case you need not
  13. ; setup a boot file.
  14. ;
  15. ; However, if you are porting an existing BIND DNS installation, then
  16. ; the DNS server will be able to read your existing boot file. Note,
  17. ; that the file MUST be named "boot".
  18. ;
  19. ;
  20. ; Boot file syntax:
  21. ;
  22. ; Directives in this file instruct the DNS service when it is starting.
  23. ; Anything on a line followin a semicolon ';' is a comment, and is ignored.
  24. ;
  25. ; This file and all files listed in this file must be in
  26. ; %SystemRoot%\system32\dns directory.
  27. ;
  28. ;
  29. ; CACHE FILE
  30. ;
  31. ; The "cache" file is not really cache information. Rather it contains
  32. ; name server and IP address information necessary to contact the ROOT
  33. ; domain name servers.
  34. ;
  35. ; The syntax of this command is:
  36. ;
  37. ; cache . <filename>
  38. ;
  39. ; YOU SHOULD CHANGE:
  40. ;
  41. ; => Nothing - do NOT change this line, if you are NOT a root domain
  42. ; server.
  43. ; (Note: if you are not connected to the Internet, be sure and edit
  44. ; the cache file to point at the root servers for your intranet.)
  45. ;
  46. ; OR
  47. ;
  48. ; => Comment out this line, if this DNS server is the ROOT domain
  49. ; server for a private intranet.
  50. ;
  51. cache . cache.dns
  52. ;
  53. ; PRIMARY DOMAINS
  54. ;
  55. ; "Primary" domains are listed below. The second column is the name of the
  56. ; domain for which this name server is authoritative. The third column is
  57. ; the name if the database file which contains the authoritative data.
  58. ;
  59. ; The syntax of this command is:
  60. ;
  61. ; primary <domain> <filename>
  62. ;
  63. ; YOU SHOULD CHANGE:
  64. ; - The names of the domains.
  65. ; - The names of the database files.
  66. ; - Comment out domains for which server will be secondary.
  67. ;
  68. ;primary place.dom place.dns
  69. ;primary 29.5.192.in-addr.arpa 192.dns
  70. ;
  71. ; SECONDARY DOMAINS
  72. ;
  73. ; "Secondary" domains are listed below.
  74. ;
  75. ; The syntax of this command is:
  76. ;
  77. ; secondary <domain> <master DNS ip address> <filename>
  78. ;
  79. ; YOU SHOULD CHANGE:
  80. ; - The names of the domains.
  81. ; - The names of the database files.
  82. ; - The IP address of the primary DNS server (192.255.255.7).
  83. ; - Uncomment domains for which server will be secondary, then
  84. ; comment out the primary statement for that domain above.
  85. ;
  86. ;secondary place.dom 192.5.29.7 place.dns
  87. ;secondary 29.5.192.in-addr.arpa 192.5.29.7 192.dns