]> git.ipfire.org Git - thirdparty/pdns.git/commit
Newly observed domain support using a stable bloom filter to record previously seen... 6728/head
authorNeil Cook <neil.cook@noware.co.uk>
Tue, 29 May 2018 17:51:35 +0000 (18:51 +0100)
committerNeil Cook <neil.cook@noware.co.uk>
Thu, 19 Jul 2018 14:58:06 +0000 (15:58 +0100)
commitaf1377b7f7339bf95fd1c0ae389c763064a7f73f
treec5238d3b51f9ab0339f2b61e2b01452ab530f1ca
parentdd2225fa92ec7fdca195f1668ea47c96417d1fac
Newly observed domain support using a stable bloom filter to record previously seen domains.

- Not enabled by default, must be enabled via configure
- Enables new domains to be logged or sent via DNS lookup
- New settings documented
22 files changed:
build-scripts/travis.sh
ext/probds/.gitignore [new file with mode: 0644]
ext/probds/Makefile.am [new file with mode: 0644]
ext/probds/murmur3.cc [new file with mode: 0644]
ext/probds/murmur3.h [new file with mode: 0755]
pdns/nod.cc [new file with mode: 0644]
pdns/nod.hh [new file with mode: 0644]
pdns/pdns_recursor.cc
pdns/recursordist/Makefile.am
pdns/recursordist/configure.ac
pdns/recursordist/docs/settings.rst
pdns/recursordist/ext/Makefile.am
pdns/recursordist/ext/probds/.gitignore [new symlink]
pdns/recursordist/ext/probds/Makefile.am [new symlink]
pdns/recursordist/ext/probds/murmur3.cc [new symlink]
pdns/recursordist/ext/probds/murmur3.h [new symlink]
pdns/recursordist/m4/pdns_enable_nod.m4 [new file with mode: 0644]
pdns/recursordist/make-ext-symlinks.py
pdns/recursordist/nod.cc [new symlink]
pdns/recursordist/nod.hh [new symlink]
pdns/recursordist/stable-bloom.hh [new file with mode: 0644]
pdns/recursordist/test-nod_cc.cc [new file with mode: 0644]