From 19d72a41cb8ba5ed6b2a979e1bc36662b6fcc29e Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 12 Jun 2009 10:04:29 +0000 Subject: [PATCH] todo git-svn-id: file:///svn/unbound/trunk@1654 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/TODO b/doc/TODO index eef334781..aca70b01b 100644 --- a/doc/TODO +++ b/doc/TODO @@ -39,6 +39,9 @@ o cleaner code; return and func statements on newline. o memcached module that sits before validator module; checks for memcached data (on local lan), stores recursion lookup. Provides one cache for multiple resolver machines, coherent reply content in anycast setup. o no openssl_add_all_algorithms, but only the ones necessary, less space. +o listen to NOTIFY messages for zones and flush the cache for that zone + if received. Useful when also having a stub to that auth server. + Needs proper protection, TSIG, in place. *** Features features, for later * dTLS, TLS, look to need special port numbers, cert storage, recent libssl.