b10-ddns.8 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. '\" t
  2. .\" Title: b10-ddns
  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: February 28, 2012
  6. .\" Manual: BIND10
  7. .\" Source: BIND10
  8. .\" Language: English
  9. .\"
  10. .TH "B10\-DDNS" "8" "February 28, 2012" "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-ddns \- Dynamic DNS update service
  23. .SH "SYNOPSIS"
  24. .HP \w'\fBb10\-ddns\fR\ 'u
  25. \fBb10\-ddns\fR [\fB\-v\fR | \fB\-\-verbose\fR]
  26. .SH "DESCRIPTION"
  27. .PP
  28. The
  29. \fBb10\-ddns\fR
  30. daemon provides the BIND 10 Dynamic Update (DDNS) service, as specified in RFC 2136\&. Normally it is started by the
  31. \fBbind10\fR(8)
  32. boss process\&. When the
  33. \fBb10\-auth\fR
  34. DNS server receives a DDNS update,
  35. \fBb10\-ddns\fR
  36. updates the zone in the BIND 10 zone data store\&.
  37. .if n \{\
  38. .sp
  39. .\}
  40. .RS 4
  41. .it 1 an-trap
  42. .nr an-no-space-flag 1
  43. .nr an-break-flag 1
  44. .br
  45. .ps +1
  46. \fBNote\fR
  47. .ps -1
  48. .br
  49. .PP
  50. Currently installed is a dummy component\&. It does not provide any functionality\&. It is a skeleton implementation that will be expanded later\&.
  51. .sp .5v
  52. .RE
  53. .PP
  54. This daemon communicates with BIND 10 over a
  55. \fBb10-msgq\fR(8)
  56. C\-Channel connection\&. If this connection is not established,
  57. \fBb10\-ddns\fR
  58. will exit\&.
  59. .PP
  60. \fBb10\-ddns\fR
  61. receives its configurations from
  62. \fBb10-cfgmgr\fR(8)\&.
  63. .SH "ARGUMENTS"
  64. .PP
  65. The arguments are as follows:
  66. .PP
  67. \fB\-v\fR, \fB\-\-verbose\fR
  68. .RS 4
  69. This value is ignored at this moment, but is provided for compatibility with the bind10 Boss process
  70. .RE
  71. .SH "CONFIGURATION AND COMMANDS"
  72. .PP
  73. The configurable settings are:
  74. .PP
  75. \fIzones\fR
  76. The zones option is a named set of zones that can be updated with DDNS\&. Each entry has one element called update_acl, which is a list of access control rules that define update permissions\&. By default this is empty; DDNS must be explicitely enabled per zone\&.
  77. .PP
  78. The module commands are:
  79. .PP
  80. \fBshutdown\fR
  81. exits
  82. \fBb10\-ddns\fR\&. This has an optional
  83. \fIpid\fR
  84. argument to select the process ID to stop\&. (Note that the BIND 10 boss process may restart this service if configured\&.)
  85. .SH "SEE ALSO"
  86. .PP
  87. \fBb10-auth\fR(8),
  88. \fBb10-cfgmgr\fR(8),
  89. \fBb10-msgq\fR(8),
  90. \fBbind10\fR(8),
  91. BIND 10 Guide\&.
  92. .SH "HISTORY"
  93. .PP
  94. The
  95. \fBb10\-ddns\fR
  96. daemon was first implemented in December 2011 for the ISC BIND 10 project\&.
  97. .SH "COPYRIGHT"
  98. .br
  99. Copyright \(co 2011-2012 Internet Systems Consortium, Inc. ("ISC")
  100. .br