]> git.ipfire.org Git - thirdparty/pdns.git/commit
Add a periodic zones-to-cache function.
authorOtto <otto.moerbeek@open-xchange.com>
Wed, 12 May 2021 13:56:57 +0000 (15:56 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Mon, 4 Oct 2021 10:45:46 +0000 (12:45 +0200)
commit841128ba26d86e4e85273a243486943f449285f2
tree4b4523dbf79e6b92f6c9d74acb6e1f4f641675ea
parent9b5885ff81bf95781ceaab69676a223afa6d09c1
Add a periodic zones-to-cache function.

No signatures are validated, that will happen on-demand if the
records are used.
pdns/minicurl.cc
pdns/minicurl.hh
pdns/pdns_recursor.cc
pdns/recursordist/Makefile.am
pdns/recursordist/configure.ac
pdns/recursordist/m4/libcurl.m4 [new symlink]
pdns/recursordist/m4/pdns_check_libcurl.m4 [new symlink]
pdns/recursordist/minicurl.cc [new symlink]
pdns/recursordist/minicurl.hh [new symlink]
pdns/recursordist/rec-zonetocache.cc [new file with mode: 0644]
pdns/recursordist/rec-zonetocache.hh [new file with mode: 0644]