Name Date Size #Lines LOC

..27-Jun-2023-

dane/H24-Sep-2022-158130

dlz/H24-Sep-2022-24,56616,280

dnspriv/H24-Sep-2022-8948

kasp/H24-Sep-2022-408310

scripts/H24-Sep-2022-1,078749

READMEH A D24-Sep-20221.7 KiB5326

README

1<!--
2Copyright (C) Internet Systems Consortium, Inc. ("ISC")
3
4SPDX-License-Identifier: MPL-2.0
5
6This Source Code Form is subject to the terms of the Mozilla Public
7License, v. 2.0.  If a copy of the MPL was not distributed with this
8file, you can obtain one at https://mozilla.org/MPL/2.0/.
9
10See the COPYRIGHT file distributed with this work for additional
11information regarding copyright ownership.
12-->
13
14This directory contains scripts, tools, and other useful accessories to
15BIND 9.  Contrib software is not supported by ISC, but reported bugs will
16be fixed as time permits.
17
18    - scripts/
19
20      Assorted useful scripts, including 'nanny' which monitors
21      named and restarts it in the event of a crash, 'zone-edit'
22      which enables editing of a dynamic zone, and others.
23
24    - dane/
25
26      mkdane.sh generates TLSA records for use with DNS-based
27      Authentication of Named Entities (DANE).
28
29    - dnspriv/
30
31      Sample configuration for setting up a DNS-over-TLS server
32      using BIND with Nginx as a TLS proxy.
33
34    - kasp/
35
36      Scripts for converting key and signature policies from OpenDNSSEC
37      KASP format to the policy.conf format used by dnssec-keymgr.
38
39    - dlz/modules
40
41      Dynamically linkable DLZ modules that can be configured into
42      named at runtime, enabling access to external data sources including
43      LDAP, MySQL, Berkeley DB, perl scripts, etc.
44
45    - dlz/drivers
46
47      Old-style DLZ drivers that can be linked into named at compile
48      time. (These are no longer actively maintained and are expected
49      to be removed eventually.)
50
51Some links to useful software and other resources related to BIND 9 and
52DNS can be found at https://www.isc.org/dns-tools-and-resources.
53