]> git.ipfire.org Git - thirdparty/pdns.git/blob - pdns/rpzloader.hh
very first RPZ work. Can load RPZ from disk, most policies work. What doesn't: IPv6...
[thirdparty/pdns.git] / pdns / rpzloader.hh
1 #pragma once
2 #include "filterpo.hh"
3 #include <string>
4
5 int loadRPZFromFile(const std::string& fname, DNSFilterEngine& target, int place);