Task · OPN-0051

Comment the deliberate is_enabled (not isBlockListEnabled) choice in the unbound client

Description

Upstream comment-deprecated isBlockListEnabled in favour of is_enabled on the unbound overview API; we already use is_enabled (unboundQueryStatsEnabledapi/unbound/overview/is_enabled). Add a short code comment at the endpoint/consumer recording that this is deliberate and the deprecated sibling must not be “restored”, so future drift work does not fix it backwards.

Acceptance Criteria

Definition of Done

Implementation Notes

Landed a comment at the endpoint map naming upstream isBlockListEnabled as deprecated and preserving the current is_enabled route in 70aa2bccf6f88798b5edf93aa4c2288c4e89a5c9. CodeRabbit was skipped because the change is comment-only.

Final Summary

Documented the deliberate current Unbound endpoint choice without changing behavior. The endpoint-count test and just check passed; exact-head CI run 33589098221 succeeded at 70aa2bccf6f88798b5edf93aa4c2288c4e89a5c9.

View the source file on GitHub