bind9/contrib
2018-08-28 11:44:58 +02:00
..
dane [master] contrib/dane/mkdane.sh 2012-10-27 20:46:45 -07:00
dlz Remove legacy support for AIX 2018-08-28 10:31:47 +02:00
dnspriv Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
kasp [master] dnssec-keymgr 2016-04-28 00:16:01 -07:00
scripts Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
sdb Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
README Update contrib/README with new locations for dnsperf, queryperf, and perftcpdns 2018-08-28 11:44:58 +02:00

This directory contains contributed scripts, tools, libraries, and other
useful accessories to BIND 9.  Contrib software is not supported by ISC,
but reported bugs will be fixed as time permits.

    - scripts/

      Assorted useful scripts, including 'nanny' which monitors 
      named and restarts it in the event of a crash, 'zone-edit'
      which enables editing of a dynamic zone, and others

    - dane/

      mkdane.sh generates TLSA records for use with DNS-based
      Authentication of Named Entities (DANE)

    - dnspriv/

      Sample configuration for setting up a DNS-over-TLS server
      using BIND with Nginx as a TLS proxy

    - dlz/modules

      Dynamically linkable DLZ modules that can be configured into
      named at runtime, enabling access to external data sources including
      LDAP, MySQL, Berkeley DB, perl scripts, etc

    - dlz/drivers

      Old-style DLZ drivers that can be linked into named at compile
      time.  (These are no longer actively maintained and are expected
      to be deprecated eventually.)

    - sdb/

      SDB drivers: another mechanism for accessing external data
      sources. (These are no longer actively maintained and are
      expected to be deprecated eventually.)

External tools:

    - https://gitlab.isc.org/isc-projects/queryperf

      A DNS query performance testing tool

    - https://gitlab.isc.org/isc-projects/perftcpdns

      A performance testing tool for DNS over TCP

    - https://gitlab.isc.org/isc-projects/dnsperf

      DNS server performance testing tools, like 'queryperf' but more
      advanced: 'dnsperf' focuses on authoritative server performance
      and 'resperf' on recursive server performance.  The patch that
      adds support for EDNS Client Subnet has been applied to the
      git repository.

Formerly, there was more software included in this directory, but we
have removed it in favour of using canonical upstream locations.  You
can find the links to the nslint, query-loc and zkt, and other software
we find useful but do not necessarily support, at:

      https://www.isc.org/community/tools/