]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add Policy Kind to Response Protobuf message
authorNicolas Dehaine <nicko@threatstop.com>
Wed, 28 Oct 2020 16:11:53 +0000 (16:11 +0000)
committerNicko Dehaine <nicko@threatstop.com>
Fri, 5 Feb 2021 16:15:30 +0000 (16:15 +0000)
Closes #9653

pdns/dnsmessage.proto

index e2a89bab5b3ea941254a0f871c70465c203eb852..b91534a8b21dc056d61ffc41e17562a473441b88 100644 (file)
@@ -74,6 +74,7 @@ message PBDNSMessage {
     optional PolicyType appliedPolicyType = 7;  // Type of the filtering policy (RPZ or Lua) applied
     optional string appliedPolicyTrigger = 8;   // The RPZ trigger
     optional string appliedPolicyHit = 9;       // The value (qname or IP) that caused the hit
+    optional string appliedPolicyKind = 10;     // The Kind (RPZ action) applied by the hit
   }
 
   optional DNSResponse response = 13;