'catalog-zone' statement introduced in v9.11
Closed this issue · 1 comments
egberts commented
Somehow, I missed that one.
Example config:
catalog-zones {
zone "cat_zone1"
zone-directory "dir/cat_zone_file1"
in-memory no
min-update-interval 1H;
zone "cat_zone2"
zone-directory "dir/cat_zone_file2"
in-memory yes
min-update-interval 2H;
};
EBNF is:
catalog-zones { zone <string> [ default-primaries [ port <integer>
] [ dscp <integer> ] { ( <remote-servers> | <ipv4_address> [
port <integer> ] | <ipv6_address> [ port <integer> ] ) [ key
<string> ] [ tls <string> ]; ... } ] [ zone-directory
<quoted_string> ] [ in-memory <boolean> ] [ min-update-interval
<duration> ]; ... };