Aucune description

Jeremy C. Reed 08460b8c58 [master] changelog improvements il y a 11 ans
compatcheck 380b3e8ec0 [master/1982] append $(DESTDIR) to the paths checked in compatcheck. il y a 13 ans
doc bc97e4255c [master] Corrected typos in bind10-guide for Postgresql setup il y a 11 ans
examples 716006fe1b [1086] Replace addr#port with addr:port il y a 12 ans
ext e66020fdd4 [master] mention more local asio modifications il y a 11 ans
m4macros 5829e24056 [2367] Require sqlite3 python module only when DNS components are enabled il y a 11 ans
src fc335d28a2 [master] order some messages files il y a 11 ans
tests 81a689b61b Merge branch 'trac2367_3' il y a 11 ans
tools 1032577a33 [master] fix typo/misspelling in comment il y a 12 ans
.gitignore 0660b7ceb2 [master] Remove obsolete usage of AC_OUTPUT il y a 11 ans
AUTHORS 47b58321cd [1831] Fix a deprecation warning in xfrin.py il y a 12 ans
COPYING 2fa48e9ad6 [master] add year range for copyright il y a 11 ans
ChangeLog 08460b8c58 [master] changelog improvements il y a 11 ans
INSTALL b7bff77c9d [master] Add link to system specific install instructions to INSTALL il y a 12 ans
Makefile.am 833deb1fce [master] Use tput rather than hard-coded escape sequences il y a 11 ans
README 268461a647 [master] mention b10-dhcp-ddns in README il y a 11 ans
configure.ac 1aae8b1fab [master] Merge branch 'trac3080' il y a 11 ans
dns++.pc.in 684119502b [2071] Add b10- prefix inside pkg-config file il y a 12 ans

README


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.

This release includes the bind10 master process, b10-msgq message
bus, b10-cmdctl remote control daemon, b10-cfgmgr configuration
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-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 dynamic DNS update module, b10-dhcp-ddns,
a portable DHCP library, libdhcp++, and a DHCP benchmarking tool,
perfdhcp. In this release of BIND 10, the DHCPv4 and DHCPv6 servers
must be considered experimental. Limitations and known issues with
this DHCP release can be found at http://bind10.isc.org/wiki/KeaKnownIssues

NOTE: The API/ABI provided by libraries in BIND 10 may change in future
point releases. So please do not assume currently that any code that you
compile for a particular version of a BIND 10 library will work in
future versions of the library. We aim to stabilize the public API/ABI
interface of BIND 10 libraries in future releases.

Documentation is included with the source. See doc/guide/bind10-guide.txt
(or bind10-guide.html) for installation instructions. The
documentation is also available via the BIND 10 website at
http://bind10.isc.org/

The latest released source tar file may be downloaded from:

ftp://ftp.isc.org/isc/bind10/

Users and developers are encouraged to participate on the BIND 10
mailing lists:

https://lists.isc.org/mailman/listinfo/bind10-users
https://lists.isc.org/mailman/listinfo/bind10-dev

Bugs may be reported as tickets via the developers website:

http://bind10.isc.org/

Simple build and installation instructions:

./configure
make
make install

If building from Git repository, run:

autoreconf --install

before running ./configure

See the Guide for detailed installation directions at
doc/guide/bind10-guide.txt.

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 start any DNS or DHCP services. Please see the
Guide for information on how to configure these services to be started
automatically.