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 - dlz/modules 25 26 Dynamically linkable DLZ modules have been moved into a separate 27 repository located at https://gitlab.isc.org/isc-projects/dlz-modules. 28 29 - gitchangelog/ 30 31 QA utility to produce changelog and release notes from git log. 32 33Some links to useful software and other resources related to BIND 9 and 34DNS can be found at https://www.isc.org/dns-tools-and-resources. 35