b10-resolver.8 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. '\" t
  2. .\" Title: b10-resolver
  3. .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
  4. .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
  5. .\" Date: January 3, 2011
  6. .\" Manual: BIND10
  7. .\" Source: BIND10
  8. .\" Language: English
  9. .\"
  10. .TH "B10\-RESOLVER" "8" "January 3, 2011" "BIND10" "BIND10"
  11. .\" -----------------------------------------------------------------
  12. .\" * set default formatting
  13. .\" -----------------------------------------------------------------
  14. .\" disable hyphenation
  15. .nh
  16. .\" disable justification (adjust text to left margin only)
  17. .ad l
  18. .\" -----------------------------------------------------------------
  19. .\" * MAIN CONTENT STARTS HERE *
  20. .\" -----------------------------------------------------------------
  21. .SH "NAME"
  22. b10-resolver \- Recursive DNS server
  23. .SH "SYNOPSIS"
  24. .HP \w'\fBb10\-resolver\fR\ 'u
  25. \fBb10\-resolver\fR [\fB\-u\ \fR\fB\fIusername\fR\fR] [\fB\-v\fR]
  26. .SH "DESCRIPTION"
  27. .PP
  28. The
  29. \fBb10\-resolver\fR
  30. daemon provides the BIND 10 recursive DNS server\&. Normally it is started by the
  31. \fBbind10\fR(8)
  32. boss process\&.
  33. .PP
  34. This daemon communicates with other BIND 10 components over a
  35. \fBb10-msgq\fR(8)
  36. C\-Channel connection\&. If this connection is not established,
  37. \fBb10\-resolver\fR
  38. will exit\&.
  39. .PP
  40. It also receives its configurations from
  41. \fBb10-cfgmgr\fR(8)\&. Currently no configuration commands are defined\&.
  42. .if n \{\
  43. .sp
  44. .\}
  45. .RS 4
  46. .it 1 an-trap
  47. .nr an-no-space-flag 1
  48. .nr an-break-flag 1
  49. .br
  50. .ps +1
  51. \fBNote\fR
  52. .ps -1
  53. .br
  54. .PP
  55. This prototype version only supports forwarding\&. Future versions will introduce full recursion, cache, lookup of local authoritative data (as in
  56. \fBb10\-auth\fR), and DNSSEC validation\&.
  57. .sp .5v
  58. .RE
  59. .SH "OPTIONS"
  60. .PP
  61. The arguments are as follows:
  62. .PP
  63. \fB\-u \fR\fB\fIusername\fR\fR
  64. .RS 4
  65. The user name of the
  66. \fBb10\-resolver\fR
  67. daemon\&. If specified, the daemon changes the process owner to the specified user\&. The
  68. \fIusername\fR
  69. must be either a valid numeric user ID or a valid user name\&. By default the daemon runs as the user who invokes it\&.
  70. .RE
  71. .PP
  72. \fB\-v\fR
  73. .RS 4
  74. Enabled verbose mode\&. This enables diagnostic messages to STDERR\&.
  75. .RE
  76. .SH "FILES"
  77. .PP
  78. None\&.
  79. .SH "SEE ALSO"
  80. .PP
  81. \fBb10-cfgmgr\fR(8),
  82. \fBb10-cmdctl\fR(8),
  83. \fBb10-msgq\fR(8),
  84. \fBbind10\fR(8),
  85. BIND 10 Guide\&.
  86. .SH "HISTORY"
  87. .PP
  88. The
  89. \fBb10\-resolver\fR
  90. daemon was first coded in September 2010\&.
  91. .SH "COPYRIGHT"
  92. .br
  93. Copyright \(co 2010 Internet Systems Consortium, Inc. ("ISC")
  94. .br