+30 December 2025: Yorgos
+ - Mark "THROWAWAY" and "(DNSSEC) LAME" responses clearly as Unbound's
+ categorization in the log output.
+
24 December 2025: Yorgos
- More specific wording in the unbound.conf man page for stub-first
and forward-first options.
return next_state(iq, INIT_REQUEST_STATE);
} else if(type == RESPONSE_TYPE_LAME) {
/* Cache the LAMEness. */
- verbose(VERB_DETAIL, "query response was %sLAME",
+ verbose(VERB_DETAIL, "query response was categorized as %sLAME",
dnsseclame?"DNSSEC ":"");
if(!dname_subdomain_c(iq->qchase.qname, iq->dp->name)) {
log_err("mark lame: mismatch in qname and dpname");
* In this case, the event is just sent directly back to
* the QUERYTARGETS_STATE without resetting anything,
* because, clearly, the next target must be tried. */
- verbose(VERB_DETAIL, "query response was THROWAWAY");
+ verbose(VERB_DETAIL, "query response was categorized as THROWAWAY");
} else {
log_warn("A query response came back with an unknown type: %d",
(int)type);