Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
*/
bool processResponse(PacketBuffer& response, DNSResponse& dnsResponse, bool muted);
/* Apply the decision (result) of a single rule to this query. If the decision implies to drop the query
- `query` will be set to `true`. The return value indicates whether subsequent rules should be evaluated (true)
+ `drop` will be set to `true`. The return value indicates whether subsequent rules should be evaluated (true)
or not (false).
*/
bool processRulesResult(const DNSAction::Action& action, DNSQuestion& dnsQuestion, std::string& ruleresult, bool& drop);