You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting a response code via RCodeAction does not increase these counters and should. We might also want to check whether we correctly update the ruleTruncated one.
The text was updated successfully, but these errors were encountered:
As discussed this causes the metrics for rule-nxdomain / rule-refused / rule-servfail to be off as they don't count these replies.
(Just mentioning so this is found when searching issues on the exact metric names)
This seems to be handled via DNSAction::Action::HeaderModify instead of, for example, DNSAction::Action::Refused where this would be counted.
At least self-answered is correct 😉
Short description
Setting a response code via
RCodeAction
does not increase these counters and should. We might also want to check whether we correctly update theruleTruncated
one.The text was updated successfully, but these errors were encountered: