diff options
author | Jeremy C. Reed <jreed@isc.org> | 2013-02-13 17:06:56 +0100 |
---|---|---|
committer | Jeremy C. Reed <jreed@isc.org> | 2013-02-13 17:06:56 +0100 |
commit | c5feeae4a31750b774f96f94af5ba71699161fab (patch) | |
tree | 6bd59b065012e4925f08eec33c41b28bccd7a155 /README | |
parent | [master] many minor doc improvements (diff) | |
download | kea-c5feeae4a31750b774f96f94af5ba71699161fab.tar.xz kea-c5feeae4a31750b774f96f94af5ba71699161fab.zip |
[master] be clear that b10-resolver is proof of concept
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -12,11 +12,11 @@ manager, b10-stats statistics collection and reporting daemon, and b10-stats-httpd for HTTP access to XML-formatted stats. For DNS services, it provides the b10-auth authoritative DNS server -(with SQLite3 and in-memory backends), b10-resolver recursive or -forwarding DNS server, b10-xfrin IXFR/AXFR inbound service, b10-xfrout -outgoing IXFR/AXFR service, b10-zonemgr secondary manager, libdns++ -library for C++ with a python wrapper, and many tests and example -programs. +(with SQLite3 and in-memory backends), b10-xfrin IXFR/AXFR inbound +service, b10-xfrout outgoing IXFR/AXFR service, b10-zonemgr secondary +manager, libdns++ library for C++ with a python wrapper, and many +tests and example programs. (It also includes an experimental proof +of concept recursive or forwarding DNS server, b10-resolver.) BIND 10 also provides experimental DHCPv4 and DHCPv6 servers, b10-dhcp4 and b10-dhcp6, a portable DHCP library, libdhcp++, and |