dnssec-update-mode maintain;\n\
# forward <none>\n\
# forwarders <none>\n\
- inline-signing no;\n\
+# inline-signing no;\n\
ixfr-from-differences false;\n\
# maintain-ixfr-base <obsolete>;\n\
# max-ixfr-log-size <obsolete>\n\
hostname ( quoted_string | none );
http-port integer;
https-port integer;
- inline-signing boolean;
interface-interval duration;
ipv4only-contact string;
ipv4only-enable boolean;
forwarders [ port integer ] [ dscp integer ] { ( ipv4_address
| ipv6_address ) [ port integer ] [ dscp integer ]; ... };
glue-cache boolean;// deprecated
- inline-signing boolean;
ipv4only-contact string;
ipv4only-enable boolean;
ipv4only-server string;
hostname ( quoted_string | none );
http\-port integer;
https\-port integer;
- inline\-signing boolean;
interface\-interval duration;
ipv4only\-contact string;
ipv4only\-enable boolean;
forwarders [ port integer ] [ dscp integer ] { ( ipv4_address
| ipv6_address ) [ port integer ] [ dscp integer ]; ... };
glue\-cache boolean;// deprecated
- inline\-signing boolean;
ipv4only\-contact string;
ipv4only\-enable boolean;
ipv4only\-server string;
hostname ( <quoted_string> | none );
http-port <integer>;
https-port <integer>;
- inline-signing <boolean>;
interface-interval <duration>;
ipv4only-contact <string>;
ipv4only-enable <boolean>;
forwarders [ port <integer> ] [ dscp <integer> ] { ( <ipv4_address>
| <ipv6_address> ) [ port <integer> ] [ dscp <integer> ]; ... };
glue-cache <boolean>; // deprecated
- inline-signing <boolean>;
ipv4only-contact <string>;
ipv4only-enable <boolean>;
ipv4only-server <string>;
hostname ( <quoted_string> | none );
http-port <integer>;
https-port <integer>;
- inline-signing <boolean>;
interface-interval <duration>;
ipv4only-contact <string>;
ipv4only-enable <boolean>;
forwarders [ port <integer> ] [ dscp <integer> ] { ( <ipv4_address>
| <ipv6_address> ) [ port <integer> ] [ dscp <integer> ]; ... };
glue-cache <boolean>; // deprecated
- inline-signing <boolean>;
ipv4only-contact <string>;
ipv4only-enable <boolean>;
ipv4only-server <string>;
hostname ( <quoted_string> | none );
http-port <integer>;
https-port <integer>;
- inline-signing <boolean>;
interface-interval <duration>;
ipv4only-contact <string>;
ipv4only-enable <boolean>;
{ "forwarders", &cfg_type_portiplist,
CFG_ZONE_MASTER | CFG_ZONE_SLAVE | CFG_ZONE_STUB |
CFG_ZONE_STATICSTUB | CFG_ZONE_FORWARD },
- { "inline-signing", &cfg_type_boolean,
- CFG_ZONE_MASTER | CFG_ZONE_SLAVE },
{ "key-directory", &cfg_type_qstring,
CFG_ZONE_MASTER | CFG_ZONE_SLAVE },
{ "maintain-ixfr-base", NULL, CFG_CLAUSEFLAG_ANCIENT },
CFG_ZONE_MASTER | CFG_ZONE_SLAVE | CFG_ZONE_MIRROR | CFG_ZONE_STUB |
CFG_ZONE_HINT | CFG_ZONE_REDIRECT },
{ "in-view", &cfg_type_astring, CFG_ZONE_INVIEW },
+ { "inline-signing", &cfg_type_boolean,
+ CFG_ZONE_MASTER | CFG_ZONE_SLAVE },
{ "ixfr-base", NULL, CFG_CLAUSEFLAG_ANCIENT },
{ "ixfr-from-differences", &cfg_type_boolean,
CFG_ZONE_MASTER | CFG_ZONE_SLAVE | CFG_ZONE_MIRROR },