diff options
author | Jeremy C. Reed <jreed@isc.org> | 2012-11-14 18:28:53 +0100 |
---|---|---|
committer | Jeremy C. Reed <jreed@isc.org> | 2012-11-14 18:28:53 +0100 |
commit | 987ef574df88ee226330fefd78a2b44eb5cda3b0 (patch) | |
tree | 5dffaeec9a3406ba3c3469f7d18fbb3f9d492c03 /README | |
parent | [master] Merge branch 'trac2472' (diff) | |
download | kea-987ef574df88ee226330fefd78a2b44eb5cda3b0.tar.xz kea-987ef574df88ee226330fefd78a2b44eb5cda3b0.zip |
[master] documentation updates
Remove some references to experimental, development, prototype
Mention that bind10 doesn't start the DNS or DHCP servers by default.
Also reword a couple sentences so this is not implied.
This is for ticket #2451.
This was not reviewed. The changes are minor.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,16 +1,11 @@ -This is the source for the development version of BIND 10. +This is the source for the BIND 10 suite. BIND is the popular implementation of a DNS server, developer interfaces, and DNS tools. BIND 10 is a rewrite of BIND 9 and ISC DHCP. BIND 10 is written in C++ and Python and provides a modular environment for serving, maintaining, and developing DNS and DHCP. -BIND10-devel is new development leading up to the production -BIND 10 release. It contains prototype code and experimental -interfaces. Nevertheless it is ready to use now for testing the -new BIND 10 infrastructure ideas. - This release includes the bind10 master process, b10-msgq message bus, b10-auth authoritative DNS server (with SQLite3 and in-memory backends), b10-resolver recursive or forwarding DNS server, b10-cmdctl @@ -62,3 +57,6 @@ For operating system specific tips see the wiki at: http://bind10.isc.org/wiki/SystemSpecificNotes Please see the wiki and the doc/ directory for various documentation. + +The BIND 10 suite is started by running "bind10". Note that the +default configuration does not run any DNS or DHCP servers. |