@@ -2359,6 +2359,11 @@ Create an unbound stub zone for caching upstream name resolvers
23592359 lookups does not affect an (unsigned) internal domain. A DS record
23602360 externally can create validation failures for that internal domain.
23612361
2362+ [ * stub_first* ]
2363+ (optional) Defaults to false. Controls 'stub-first' stub zone option.
2364+ If true, a query that fails with the stub clause is attempted again
2365+ without the stub clause.
2366+
23622367[ * type* ]
23632368 (optional) Defaults to 'transparent', can be 'deny', 'refuse', 'static',
23642369 'transparent', 'typetransparent', 'redirect' or 'nodefault'.
@@ -2374,6 +2379,7 @@ The following parameters are available in the `unbound::stub` defined type:
23742379* [ ` nameservers ` ] ( #-unbound--stub--nameservers )
23752380* [ ` insecure ` ] ( #-unbound--stub--insecure )
23762381* [ ` no_cache ` ] ( #-unbound--stub--no_cache )
2382+ * [ ` stub_first ` ] ( #-unbound--stub--stub_first )
23772383* [ ` type ` ] ( #-unbound--stub--type )
23782384* [ ` config_file ` ] ( #-unbound--stub--config_file )
23792385
@@ -2405,6 +2411,14 @@ Data type: `Variant[Boolean, Enum['true', 'false']]`
24052411
24062412
24072413
2414+ Default value: ` false `
2415+
2416+ ##### <a name =" -unbound--stub--stub_first " ></a >` stub_first `
2417+
2418+ Data type: ` Variant[Boolean, Enum['true', 'false']] `
2419+
2420+
2421+
24082422Default value: ` false `
24092423
24102424##### <a name =" -unbound--stub--type " ></a >` type `
0 commit comments