• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

dane/H07-Mar-2022-165130

dlz/H07-Mar-2022-24,64315,968

dnsperf-2.1.0.0-1/H07-Mar-2022-13,87511,183

dnspriv/H07-Mar-2022-8546

idn/H07-Mar-2022-78,92161,129

kasp/H07-Mar-2022-403310

perftcpdns/H07-Mar-2022-6,9115,691

queryperf/H07-Mar-2022-7,8286,155

scripts/H07-Mar-2022-1,059749

sdb/H07-Mar-2022-4,2513,021

READMEH A D07-Mar-20222.1 KiB6744

README

1This directory contains contributed scripts, tools, libraries, and other
2useful accessories to BIND 9.  Contrib software is not supported by ISC,
3but reported bugs will be fixed as time permits.
4
5    - scripts/
6
7      Assorted useful scripts, including 'nanny' which monitors
8      named and restarts it in the event of a crash, 'zone-edit'
9      which enables editing of a dynamic zone, and others
10
11    - queryperf/
12
13      A DNS query performance testing tool
14
15    - perftcpdns/
16
17      A performance testing tool for DNS over TCP
18
19    - dane/
20
21      mkdane.sh generates TLSA records for use with DNS-based
22      Authentication of Named Entities (DANE)
23
24    - dnspriv/
25
26      Sample configuration for setting up a DNS-over-TLS server
27      using BIND with Nginx as a TLS proxy
28
29    - dlz/modules
30
31      Dynamically linkable DLZ modules that can be configured into
32      named at runtime, enabling access to external data sources including
33      LDAP, MySQL, Berkeley DB, perl scripts, etc
34
35    - dlz/drivers
36
37      Old-style DLZ drivers that can be linked into named at compile
38      time.  (These are no longer actively maintained and are expected
39      to be deprecated eventually.)
40
41    - sdb/
42
43      SDB drivers: another mechanism for accessing external data
44      sources. (These are no longer actively maintained and are
45      expected to be deprecated eventually.)
46
47    - idn/
48
49      Contains source for 'idnkit', which provides support for
50      Internationalized Domain Name processing.
51
52    - dnsperf-2.1.0.0-1/
53    - dnsperf-patches/
54
55      DNS server performance testing tools, like 'queryperf' but more
56      advanced: 'dnsperf' focuses on authoritative server performance
57      and 'resperf' on recursive server performance.  The patch that
58      adds support for EDNS Client Subnet can be found in dnsperf-patches
59      directory.
60
61Formerly, there was more software included in this directory, but we
62have removed it in favour of using canonical upstream locations.  You
63can find the links to the nslint, query-loc and zkt, and other software
64we find useful but do not necessarily support, at:
65
66      https://www.isc.org/community/tools/
67