Closed egberts closed 2 years ago
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> ]; ... };
Fixed.
Hey, Paul, @ptmcg, looking good for me now.... Thanks for all your help.
I'm going to be coasting toward an 0.98 release.
Somehow, I missed that one.
Example config:
EBNF is: