]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/dnsmessage.proto
Also record the value that caused a hit.
[thirdparty/pdns.git] / pdns / dnsmessage.proto
index 4f9d2722fd669bf4c960e1065e739b54a2c54d6e..9a4f18d08389a9ad85389793a7b850685e9b900b 100644 (file)
@@ -80,6 +80,7 @@ message PBDNSMessage {
     optional uint32 queryTimeUsec = 6;          // Time of the corresponding query reception (additional micro-seconds)
     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 DNSResponse response = 13;