]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/rec-protobuf.hh
dnsdist: Add HTTPStatusAction to return a specific HTTP response
[thirdparty/pdns.git] / pdns / rec-protobuf.hh
index 34386283d60ebdbed631de1194a3eb0796bc4532..e4f76b843cb7d3e0750fe44fcceb347341557c60 100644 (file)
@@ -53,6 +53,8 @@ public:
   void setAppliedPolicy(const std::string& policy);
   void setAppliedPolicyType(const DNSFilterEngine::PolicyType& policyType);
   void setPolicyTags(const std::vector<std::string>& policyTags);
+  void addPolicyTag(const std::string& policyTag);
+  void removePolicyTag(const std::string& policyTag);
   std::string getAppliedPolicy() const;
   std::vector<std::string> getPolicyTags() const;
 };