]> git.ipfire.org Git - thirdparty/pdns.git/commit - pdns/rpzloader.hh
very first RPZ work. Can load RPZ from disk, most policies work. What doesn't: IPv6...
authorbert hubert <bert.hubert@powerdns.com>
Sun, 18 Oct 2015 17:03:29 +0000 (19:03 +0200)
committerbert hubert <bert.hubert@powerdns.com>
Sun, 18 Oct 2015 17:03:29 +0000 (19:03 +0200)
commit644dd1da2641ccc7ffb8110219741d7d5fdf0417
treeaee369ed4f0b565e02b9b7670f3ebc7abd9c6630
parent831c77ba4a7a5fae23878905a5f1d89bec00b427
very first RPZ work. Can load RPZ from disk, most policies work. What doesn't: IPv6 addresses as triggers, nameserver name policies other than 'drop', "custom" data, default policies for RPZ files, slaving RPZ data, reloading RPZ files, performance. To test, try 'rpz-files=basic.rpz'.
12 files changed:
pdns/Makefile.am
pdns/basic.rpz [new file with mode: 0644]
pdns/filterpo.cc [new file with mode: 0644]
pdns/filterpo.hh [new file with mode: 0644]
pdns/iputils.hh
pdns/pdns_recursor.cc
pdns/reczones.cc
pdns/rpzloader.cc [new file with mode: 0644]
pdns/rpzloader.hh [new file with mode: 0644]
pdns/syncres.cc
pdns/syncres.hh
pdns/zoneparser-tng.hh