Aucune description

Shane Kerr 525333e187 Merge branch 'master' into trac2571_commit_log_fix il y a 12 ans
compatcheck 380b3e8ec0 [master/1982] append $(DESTDIR) to the paths checked in compatcheck. il y a 13 ans
doc 32a5e02895 [2597] Some changes to messages and documentation il y a 12 ans
examples 786673c699 [master] corrected a trivial typo, commiting at my discretion. il y a 12 ans
ext 952cf4c1d9 [master] add boost license used by the external code il y a 13 ans
m4macros 4323bf82f0 [1991] make sure the check is with -Werror and only for g++-variants il y a 12 ans
src 525333e187 Merge branch 'master' into trac2571_commit_log_fix il y a 12 ans
tests 525333e187 Merge branch 'master' into trac2571_commit_log_fix il y a 12 ans
tools d05c011857 Merge branch 'trac1541' il y a 13 ans
.gitignore be570bcaf8 [master] Update .gitignore files il y a 12 ans
AUTHORS 5b0f09471e [1997] Generate the zone file il y a 13 ans
COPYING 277af902ee [master] mention external code using boost license il y a 13 ans
ChangeLog 2023dc6ee8 Forgot Trac ticket number and git commit identifier on ChangeLog. il y a 12 ans
INSTALL b7bff77c9d [master] Add link to system specific install instructions to INSTALL il y a 12 ans
Makefile.am 3d36fed306 [2421] Print a message (when running make install) about default services il y a 12 ans
README e44d06354a Split up paragraph about components in release (generic, dns, dhcp). il y a 12 ans
configure.ac c4df99eac2 [master] Merge branch 'trac2438' il y a 12 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-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.

BIND 10 also provides experimental DHCPv4 and DHCPv6 servers,
b10-dhcp4 and b10-dhcp6, a portable DHCP library, libdhcp++, and
a DHCP benchmarking tool, perfdhcp.

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.