bind9/doc/misc
Evan Hunt b8f325ae01 Add support for zone templates
A "template" statement can contain the same configuration clauses
as a "zone" statement.  A "zone" statement can now reference a
template, and all the clauses in that template will be used as
default values for the zone. For example:

    template primary {
        type primary;
        file "$name.db";
        initial-file "primary.db";
    };

    zone example.com {
        template primary;
        file "different-name.db"; // overrides the template
    };
2025-06-03 12:03:07 -07:00
..
cfg_test.c Give every memory context a name 2025-05-29 05:46:46 +02:00
checkgrammar.py Sort grammar map keys while pretty printing them 2022-07-01 08:59:23 +02:00
dnssec-policy.default.conf Add offline-ksk option 2024-08-22 08:21:52 +02:00
forward.zoneopt Add support for zone templates 2025-06-03 12:03:07 -07:00
hint.zoneopt Add support for zone templates 2025-06-03 12:03:07 -07:00
in-view.zoneopt [master] automatically generate named.conf grammars for the ARM 2018-01-22 11:06:32 -08:00
Makefile.am Add support for User Statically Defined Tracing (USDT) probes 2023-08-21 18:39:53 +02:00
mirror.zoneopt Add support for zone templates 2025-06-03 12:03:07 -07:00
options Add support for zone templates 2025-06-03 12:03:07 -07:00
parsegrammar.py Add a new library to parse grammar format produced by cfg_test 2022-07-01 08:59:04 +02:00
primary.zoneopt Add support for zone templates 2025-06-03 12:03:07 -07:00
redirect.zoneopt Add support for zone templates 2025-06-03 12:03:07 -07:00
rndc.grammar remove nonfunctional DSCP implementation 2023-01-09 12:15:21 -08:00
secondary.zoneopt Add support for zone templates 2025-06-03 12:03:07 -07:00
sort-options.pl Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
static-stub.zoneopt Add support for zone templates 2025-06-03 12:03:07 -07:00
stub.zoneopt Add support for zone templates 2025-06-03 12:03:07 -07:00